diff options
| author | Eli Zaretskii | 2018-12-31 17:52:01 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-12-31 17:52:01 +0200 |
| commit | 2814292570ab937d65c232daccc78fbd8d274a08 (patch) | |
| tree | 35b3655500174c4a55d889383a65a02805696e77 | |
| parent | 82c82b1c773f441fe424b7ed1757c8eda31814c0 (diff) | |
| download | emacs-2814292570ab937d65c232daccc78fbd8d274a08.tar.gz emacs-2814292570ab937d65c232daccc78fbd8d274a08.zip | |
* doc/man/emacs.1.in: Fix value of default frame height. (Bug#33921)
| -rw-r--r-- | doc/man/emacs.1.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/emacs.1.in b/doc/man/emacs.1.in index e332fb45c7b..62afec65378 100644 --- a/doc/man/emacs.1.in +++ b/doc/man/emacs.1.in | |||
| @@ -279,8 +279,8 @@ window's width, height, and position as specified. | |||
| 279 | The geometry specification is in the standard X format; see | 279 | The geometry specification is in the standard X format; see |
| 280 | .BR X (7) | 280 | .BR X (7) |
| 281 | for more information. | 281 | for more information. |
| 282 | The width and height are specified in characters; the default is | 282 | The width and height are specified in characters; the default for GUI |
| 283 | 80 by 24. | 283 | frames is 80 by 36. |
| 284 | See the Emacs manual, section "Options for Window Size and Position", | 284 | See the Emacs manual, section "Options for Window Size and Position", |
| 285 | for information on how window sizes interact | 285 | for information on how window sizes interact |
| 286 | with selecting or deselecting the tool bar and menu bar. | 286 | with selecting or deselecting the tool bar and menu bar. |