diff options
author | Martin Rudalics <rudalics@gmx.at> | 2018-12-30 15:21:50 +0100 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2018-12-30 15:21:50 +0100 |
commit | 82c82b1c773f441fe424b7ed1757c8eda31814c0 (patch) | |
tree | 925ac126a1da8908aff2822f0306eafbe4134dfc /doc/emacs | |
parent | 2e8825d6c55409c15749b12dacc1f49f9c8783c7 (diff) | |
download | emacs-82c82b1c773f441fe424b7ed1757c8eda31814c0.tar.gz emacs-82c82b1c773f441fe424b7ed1757c8eda31814c0.tar.bz2 emacs-82c82b1c773f441fe424b7ed1757c8eda31814c0.zip |
In user manual fix value of default frame height (Bug#33921)
* doc/emacs/cmdargs.texi (Window Size X): Fix value of default
frame height (Bug#33921).
Diffstat (limited to 'doc/emacs')
-rw-r--r-- | doc/emacs/cmdargs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 2e2767ccada..76b1cdf1d8d 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi @@ -1029,7 +1029,7 @@ 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 -40 lines. You can omit either the width or the height or both. If +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 |