diff options
| author | Eli Zaretskii | 2005-08-27 12:23:22 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2005-08-27 12:23:22 +0000 |
| commit | bae52079697eac3ac23f2402f9c1fae8f10088ba (patch) | |
| tree | df58237c9c3c570943f0aaa4cb8aecb0920d1a28 /src | |
| parent | ebc78e8d6ad2451121f1d20ee45373ac9e16327e (diff) | |
| download | emacs-bae52079697eac3ac23f2402f9c1fae8f10088ba.tar.gz emacs-bae52079697eac3ac23f2402f9c1fae8f10088ba.zip | |
(USAGE1): Fix the description of the -Q option.
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index 985a3eae96f..9ee09d76f7d 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -266,7 +266,7 @@ Initialization options:\n\ | |||
| 266 | --no-site-file do not load site-start.el\n\ | 266 | --no-site-file do not load site-start.el\n\ |
| 267 | --no-splash do not display a splash screen on startup\n\ | 267 | --no-splash do not display a splash screen on startup\n\ |
| 268 | --no-window-system, -nw do not communicate with X, ignoring $DISPLAY\n\ | 268 | --no-window-system, -nw do not communicate with X, ignoring $DISPLAY\n\ |
| 269 | --quick, -Q equivalent to -q --no-site-file\n\ | 269 | --quick, -Q equivalent to -q --no-site-file --no-splash\n\ |
| 270 | --script FILE run FILE as an Emacs Lisp script\n\ | 270 | --script FILE run FILE as an Emacs Lisp script\n\ |
| 271 | --terminal, -t DEVICE use DEVICE for terminal I/O\n\ | 271 | --terminal, -t DEVICE use DEVICE for terminal I/O\n\ |
| 272 | --unibyte, --no-multibyte run Emacs in unibyte mode\n\ | 272 | --unibyte, --no-multibyte run Emacs in unibyte mode\n\ |