diff options
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\ |