diff options
| author | Miles Bader | 2005-10-15 00:26:05 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-10-15 00:26:05 +0000 |
| commit | 9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1 (patch) | |
| tree | 4570b6861b88c36c99783d4103d49c8658027834 /src/emacs.c | |
| parent | 2f0837ccf0ba386b9a9aab0eac2bad3076491a93 (diff) | |
| parent | d3a597b7b41c2ebdb457e7c8bb037958138028f2 (diff) | |
| download | emacs-9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1.tar.gz emacs-9fe76e1b256aefe892edf84beb1fdfaf5ab0efa1.zip | |
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-91
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 581-597)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 133-141)
- Update from CVS
- Merge from emacs--cvs-trunk--0
- Update from CVS: texi/gnus.texi (RSS): Fix key description.
- Update from CVS: texi/gnus.texi (Document Server Internals): Addition.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/emacs.c b/src/emacs.c index a4416354c12..0149bec6d5e 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -311,7 +311,7 @@ Display options:\n\ | |||
| 311 | --fullscreen, -fs make first frame fullscreen\n\ | 311 | --fullscreen, -fs make first frame fullscreen\n\ |
| 312 | --fullwidth, -fw make the first frame wide as the screen\n\ | 312 | --fullwidth, -fw make the first frame wide as the screen\n\ |
| 313 | --geometry, -g GEOMETRY window geometry\n\ | 313 | --geometry, -g GEOMETRY window geometry\n\ |
| 314 | --icon-type, -i use picture of gnu for Emacs icon\n\ | 314 | --no-bitmap-icon, -nbi do not use picture of gnu for Emacs icon\n\ |
| 315 | --iconic start Emacs in iconified state\n\ | 315 | --iconic start Emacs in iconified state\n\ |
| 316 | --internal-border, -ib WIDTH width between text and main border\n\ | 316 | --internal-border, -ib WIDTH width between text and main border\n\ |
| 317 | --line-spacing, -lsp PIXELS additional space to put between lines\n\ | 317 | --line-spacing, -lsp PIXELS additional space to put between lines\n\ |
| @@ -1836,8 +1836,7 @@ struct standard_args standard_args[] = | |||
| 1836 | { "-u", "--user", 30, 1 }, | 1836 | { "-u", "--user", 30, 1 }, |
| 1837 | { "-user", 0, 30, 1 }, | 1837 | { "-user", 0, 30, 1 }, |
| 1838 | { "-debug-init", "--debug-init", 20, 0 }, | 1838 | { "-debug-init", "--debug-init", 20, 0 }, |
| 1839 | { "-i", "--icon-type", 15, 0 }, | 1839 | { "-nbi", "--no-bitmap-icon", 15, 0 }, |
| 1840 | { "-itype", 0, 15, 0 }, | ||
| 1841 | { "-iconic", "--iconic", 15, 0 }, | 1840 | { "-iconic", "--iconic", 15, 0 }, |
| 1842 | { "-D", "--basic-display", 12, 0}, | 1841 | { "-D", "--basic-display", 12, 0}, |
| 1843 | { "-basic-display", 0, 12, 0}, | 1842 | { "-basic-display", 0, 12, 0}, |