diff options
| author | Chong Yidong | 2010-08-26 11:14:55 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-08-26 11:14:55 -0400 |
| commit | 4f558297553dfb294bac9d642e28a7b9c4207525 (patch) | |
| tree | 3ed87f4aa84fbdac839a11f58df9bf7319d80980 | |
| parent | 8d9f4291648774fbc3dbb0602cd93610ee386052 (diff) | |
| download | emacs-4f558297553dfb294bac9d642e28a7b9c4207525.tar.gz emacs-4f558297553dfb294bac9d642e28a7b9c4207525.zip | |
* emacs.1: Mention "maximized" value for the "fullscreen" X resource.
| -rw-r--r-- | doc/man/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/man/ChangeLog b/doc/man/ChangeLog index 290482b6cdc..3bee2a1011a 100644 --- a/doc/man/ChangeLog +++ b/doc/man/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-26 Sven Joachim <svenjoac@gmx.de> | ||
| 2 | |||
| 3 | * emacs.1: Mention "maximized" value for the "fullscreen" X resource. | ||
| 4 | |||
| 1 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> | 5 | 2010-05-07 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * Version 23.2 released. | 7 | * Version 23.2 released. |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 79607e9b439..b192514eadf 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -403,11 +403,12 @@ sets the window's text color. | |||
| 403 | The desired fullscreen size. | 403 | The desired fullscreen size. |
| 404 | The value can be one of | 404 | The value can be one of |
| 405 | .IR fullboth , | 405 | .IR fullboth , |
| 406 | .IR maximized , | ||
| 406 | .IR fullwidth , | 407 | .IR fullwidth , |
| 407 | or | 408 | or |
| 408 | .IR fullheight , | 409 | .IR fullheight , |
| 409 | which correspond to the command-line options `\-fs', `\-fw', and | 410 | which correspond to the command-line options `\-fs', `-mm', `\-fw', |
| 410 | `\-fh', respectively. | 411 | and `\-fh', respectively. |
| 411 | Note that this applies to the initial frame only. | 412 | Note that this applies to the initial frame only. |
| 412 | .TP | 413 | .TP |
| 413 | .BR geometry " (class " Geometry ) | 414 | .BR geometry " (class " Geometry ) |