diff options
| author | Eli Zaretskii | 2006-08-04 11:43:27 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2006-08-04 11:43:27 +0000 |
| commit | 8bdb96bccbcfe8d5c673235b293dcaceef966383 (patch) | |
| tree | 964144e49974e7bf91cc56ec83b20db14064b420 /man/cmdargs.texi | |
| parent | df70725f7a2437a7c1edc39b4119a30016c84690 (diff) | |
| download | emacs-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.texi | 4 |
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 |
| 1014 | Specify the size @var{width} and @var{height} (measured in character | 1014 | Specify the size @var{width} and @var{height} (measured in character |
| 1015 | columns and lines), and positions @var{xoffset} and @var{yoffset} | 1015 | columns 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 |
| 1017 | apply to all frames, whereas @var{xoffset} and @var{yoffset} only to | ||
| 1018 | the initial frame. | ||
| 1017 | 1019 | ||
| 1018 | @item -fs | 1020 | @item -fs |
| 1019 | @opindex -fs | 1021 | @opindex -fs |