aboutsummaryrefslogtreecommitdiffstats
path: root/man/cmdargs.texi
diff options
context:
space:
mode:
authorEli Zaretskii2006-08-04 11:43:27 +0000
committerEli Zaretskii2006-08-04 11:43:27 +0000
commit8bdb96bccbcfe8d5c673235b293dcaceef966383 (patch)
tree964144e49974e7bf91cc56ec83b20db14064b420 /man/cmdargs.texi
parentdf70725f7a2437a7c1edc39b4119a30016c84690 (diff)
downloademacs-8bdb96bccbcfe8d5c673235b293dcaceef966383.tar.gz
emacs-8bdb96bccbcfe8d5c673235b293dcaceef966383.zip
(Window Size X) <--geometry>: Only width and height apply to all frames.
Diffstat (limited to 'man/cmdargs.texi')
-rw-r--r--man/cmdargs.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi
index a1b26bcdcb3..fc17d7ec695 100644
--- a/man/cmdargs.texi
+++ b/man/cmdargs.texi
@@ -1013,7 +1013,9 @@ position of the initial Emacs frame:
1013@cindex geometry, command-line argument 1013@cindex geometry, command-line argument
1014Specify the size @var{width} and @var{height} (measured in character 1014Specify the size @var{width} and @var{height} (measured in character
1015columns and lines), and positions @var{xoffset} and @var{yoffset} 1015columns and lines), and positions @var{xoffset} and @var{yoffset}
1016(measured in pixels). This applies to all frames. 1016(measured in pixels). The @var{width} and @var{height} parameters
1017apply to all frames, whereas @var{xoffset} and @var{yoffset} only to
1018the initial frame.
1017 1019
1018@item -fs 1020@item -fs
1019@opindex -fs 1021@opindex -fs