]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't claim that the default height is precisely 36 characters
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Oct 2019 22:49:09 +0000 (00:49 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 12 Oct 2019 22:49:09 +0000 (00:49 +0200)
* doc/emacs/cmdargs.texi (Window Size X):
* doc/man/emacs.1.in: Be more vague about what the default height
is (bug#33921).

doc/emacs/cmdargs.texi
doc/man/emacs.1.in

index 3f008ecc8e75a9dcc78bddd1569f7a610967b640..2b403b4a33e60aecc5be8c6328adf3252a41c576 100644 (file)
@@ -1053,11 +1053,12 @@ specifies a window 164 columns wide, enough for two ordinary width
 windows side by side, and 55 lines tall.
 
   The default frame width is 80 characters and the default height is
-36 lines.  You can omit either the width or the height or both.  If
-you start the geometry with an integer, Emacs interprets it as the
-width.  If you start with an @samp{x} followed by an integer, Emacs
-interprets it as the height.  Thus, @samp{81} specifies just the
-width; @samp{x45} specifies just the height.
+between 35 and 40 lines, depending on the OS and the window manager.
+You can omit either the width or the height or both.  If you start the
+geometry with an integer, Emacs interprets it as the width.  If you
+start with an @samp{x} followed by an integer, Emacs interprets it as
+the height.  Thus, @samp{81} specifies just the width; @samp{x45}
+specifies just the height.
 
   If you start the geometry with @samp{+} or @samp{-}, that introduces
 an offset, which means both sizes are omitted.  Thus, @samp{-3}
index 11a3390b17eca770566cc4010262abaeee7b4fa5..25c32e018a01e700ef3f4e734a5857bb5760353a 100644 (file)
@@ -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.