diff options
| author | Juanma Barranquero | 2002-08-28 06:28:29 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2002-08-28 06:28:29 +0000 |
| commit | 9f43a6089fe3473e5da47197d360a47d40bdf209 (patch) | |
| tree | 28ef9f3bb61511aa22969c4c61e7ef6f8c169570 /src | |
| parent | 2753c70fb11519ec6ea0f15c86fd692b89f61674 (diff) | |
| download | emacs-9f43a6089fe3473e5da47197d360a47d40bdf209.tar.gz emacs-9f43a6089fe3473e5da47197d360a47d40bdf209.zip | |
(USAGE1): Add missing newline.
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 87604158fe1..434befaaa62 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -228,7 +228,7 @@ read the main documentation for these command-line arguments.\n\ | |||
| 228 | Initialization options:\n\ | 228 | Initialization options:\n\ |
| 229 | \n\ | 229 | \n\ |
| 230 | --batch do not do interactive display; implies -q\n\ | 230 | --batch do not do interactive display; implies -q\n\ |
| 231 | --script FILE run FILE as an Emacs Lisp script. | 231 | --script FILE run FILE as an Emacs Lisp script.\n\ |
| 232 | --debug-init enable Emacs Lisp debugger during init file\n\ | 232 | --debug-init enable Emacs Lisp debugger during init file\n\ |
| 233 | --help display this help message and exit\n\ | 233 | --help display this help message and exit\n\ |
| 234 | --multibyte, --no-unibyte run Emacs in multibyte mode\n\ | 234 | --multibyte, --no-unibyte run Emacs in multibyte mode\n\ |