diff options
| author | Miles Bader | 2006-08-16 14:08:49 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-08-16 14:08:49 +0000 |
| commit | de20e0ccdb039a2ac27e5bbd3e06ab70c4e7bb65 (patch) | |
| tree | 80243ce02b52cbf7945c614bd213dd63142b861a /man/cmdargs.texi | |
| parent | 7a5c2a42040b12b037940a067aee6ac6fde01680 (diff) | |
| parent | 5ebdc2990a95cc38b21f772eea4de3ceee149e54 (diff) | |
| download | emacs-de20e0ccdb039a2ac27e5bbd3e06ab70c4e7bb65.tar.gz emacs-de20e0ccdb039a2ac27e5bbd3e06ab70c4e7bb65.zip | |
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 382-398)
- Update from CVS
- Update from erc--emacs--22
- Fix ERC bug introduced in last patch
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 123-125)
- Update from CVS
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-101
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 |