diff options
| author | Lars Ingebrigtsen | 2019-10-13 00:49:09 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-10-13 00:49:09 +0200 |
| commit | b37fa09337b1f095e8d393d22d3d51ba2567c15c (patch) | |
| tree | e701f7f469b130def41ed718845370b9db84cacb /doc/man | |
| parent | 5fffed6e88644cdf0a1d9fdaf728e75336e39ecd (diff) | |
| download | emacs-b37fa09337b1f095e8d393d22d3d51ba2567c15c.tar.gz emacs-b37fa09337b1f095e8d393d22d3d51ba2567c15c.zip | |
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')
| -rw-r--r-- | doc/man/emacs.1.in | 3 |
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 | |||
| 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 for GUI | 282 | The width and height are specified in characters; the default for GUI |
| 283 | frames is 80 by 36. | 283 | frames is a width of 80 and a height between 35 and 40, depending on |
| 284 | the OS and the window manager. | ||
| 284 | See the Emacs manual, section "Options for Window Size and Position", | 285 | See the Emacs manual, section "Options for Window Size and Position", |
| 285 | for information on how window sizes interact | 286 | for information on how window sizes interact |
| 286 | with selecting or deselecting the tool bar and menu bar. | 287 | with selecting or deselecting the tool bar and menu bar. |