summaryrefslogtreecommitdiff
path: root/doc/man/emacs.1.in
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2019-10-13 00:49:09 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2019-10-13 00:49:09 +0200
commitb37fa09337b1f095e8d393d22d3d51ba2567c15c (patch)
treee701f7f469b130def41ed718845370b9db84cacb /doc/man/emacs.1.in
parent5fffed6e88644cdf0a1d9fdaf728e75336e39ecd (diff)
downloademacs-b37fa09337b1f095e8d393d22d3d51ba2567c15c.tar.gz
Don't claim that the default height is precisely 36 characters
* doc/emacs/cmdargs.texi (Window Size X): * doc/man/emacs.1.in: Be more vague about what the default height is (bug#33921).
Diffstat (limited to 'doc/man/emacs.1.in')
-rw-r--r--doc/man/emacs.1.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in
index 11a3390b17e..25c32e018a0 100644
--- a/doc/man/emacs.1.in
+++ b/doc/man/emacs.1.in
@@ -280,7 +280,8 @@ The geometry specification is in the standard X format; see
.BR X (7)
for more information.
The width and height are specified in characters; the default for GUI
-frames is 80 by 36.
+frames is a width of 80 and a height between 35 and 40, depending on
+the OS and the window manager.
See the Emacs manual, section "Options for Window Size and Position",
for information on how window sizes interact
with selecting or deselecting the tool bar and menu bar.