diff options
| author | Martin Rudalics | 2018-12-30 15:21:50 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2018-12-30 15:21:50 +0100 |
| commit | 82c82b1c773f441fe424b7ed1757c8eda31814c0 (patch) | |
| tree | 925ac126a1da8908aff2822f0306eafbe4134dfc | |
| parent | 2e8825d6c55409c15749b12dacc1f49f9c8783c7 (diff) | |
| download | emacs-82c82b1c773f441fe424b7ed1757c8eda31814c0.tar.gz 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).
| -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 | |||
| 1029 | windows side by side, and 55 lines tall. | 1029 | windows side by side, and 55 lines tall. |
| 1030 | 1030 | ||
| 1031 | The default frame width is 80 characters and the default height is | 1031 | The default frame width is 80 characters and the default height is |
| 1032 | 40 lines. You can omit either the width or the height or both. If | 1032 | 36 lines. You can omit either the width or the height or both. If |
| 1033 | you start the geometry with an integer, Emacs interprets it as the | 1033 | you start the geometry with an integer, Emacs interprets it as the |
| 1034 | width. If you start with an @samp{x} followed by an integer, Emacs | 1034 | width. If you start with an @samp{x} followed by an integer, Emacs |
| 1035 | interprets it as the height. Thus, @samp{81} specifies just the | 1035 | interprets it as the height. Thus, @samp{81} specifies just the |