aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2010-08-26 11:14:55 -0400
committerChong Yidong2010-08-26 11:14:55 -0400
commit4f558297553dfb294bac9d642e28a7b9c4207525 (patch)
tree3ed87f4aa84fbdac839a11f58df9bf7319d80980
parent8d9f4291648774fbc3dbb0602cd93610ee386052 (diff)
downloademacs-4f558297553dfb294bac9d642e28a7b9c4207525.tar.gz
emacs-4f558297553dfb294bac9d642e28a7b9c4207525.zip
* emacs.1: Mention "maximized" value for the "fullscreen" X resource.
-rw-r--r--doc/man/ChangeLog4
-rw-r--r--doc/man/emacs.15
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 @@
12010-08-26 Sven Joachim <svenjoac@gmx.de>
2
3 * emacs.1: Mention "maximized" value for the "fullscreen" X resource.
4
12010-05-07 Chong Yidong <cyd@stupidchicken.com> 52010-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.
403The desired fullscreen size. 403The desired fullscreen size.
404The value can be one of 404The value can be one of
405.IR fullboth , 405.IR fullboth ,
406.IR maximized ,
406.IR fullwidth , 407.IR fullwidth ,
407or 408or
408.IR fullheight , 409.IR fullheight ,
409which correspond to the command-line options `\-fs', `\-fw', and 410which correspond to the command-line options `\-fs', `-mm', `\-fw',
410`\-fh', respectively. 411and `\-fh', respectively.
411Note that this applies to the initial frame only. 412Note that this applies to the initial frame only.
412.TP 413.TP
413.BR geometry " (class " Geometry ) 414.BR geometry " (class " Geometry )