diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c index 4d4e57c522b..5920c0709c1 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -234,6 +234,7 @@ Initialization options:\n\ | |||
| 234 | --no-init-file, -q load neither ~/.emacs nor default.el\n\ | 234 | --no-init-file, -q load neither ~/.emacs nor default.el\n\ |
| 235 | --no-shared-memory, -nl do not use shared memory\n\ | 235 | --no-shared-memory, -nl do not use shared memory\n\ |
| 236 | --no-site-file do not load site-start.el\n\ | 236 | --no-site-file do not load site-start.el\n\ |
| 237 | --no-splash do not display a splash screen on startup\n\ | ||
| 237 | --no-window-system, -nw don't communicate with X, ignoring $DISPLAY\n\ | 238 | --no-window-system, -nw don't communicate with X, ignoring $DISPLAY\n\ |
| 238 | --terminal, -t DEVICE use DEVICE for terminal I/O\n\ | 239 | --terminal, -t DEVICE use DEVICE for terminal I/O\n\ |
| 239 | --unibyte, --no-multibyte run Emacs in unibyte mode\n\ | 240 | --unibyte, --no-multibyte run Emacs in unibyte mode\n\ |
| @@ -1665,6 +1666,7 @@ struct standard_args standard_args[] = | |||
| 1665 | { "-q", "--no-init-file", 50, 0 }, | 1666 | { "-q", "--no-init-file", 50, 0 }, |
| 1666 | { "-no-init-file", 0, 50, 0 }, | 1667 | { "-no-init-file", 0, 50, 0 }, |
| 1667 | { "-no-site-file", "--no-site-file", 40, 0 }, | 1668 | { "-no-site-file", "--no-site-file", 40, 0 }, |
| 1669 | { "-no-splash", "--no-splash", 40, 0 }, | ||
| 1668 | { "-u", "--user", 30, 1 }, | 1670 | { "-u", "--user", 30, 1 }, |
| 1669 | { "-user", 0, 30, 1 }, | 1671 | { "-user", 0, 30, 1 }, |
| 1670 | { "-debug-init", "--debug-init", 20, 0 }, | 1672 | { "-debug-init", "--debug-init", 20, 0 }, |