comparison src/emacs.c @ 47077:ee4b7a64e13c

(USAGE1): Add missing newline.
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 28 Aug 2002 06:28:29 +0000
parents 83efa005a987
children 612929500d46
comparison
equal deleted inserted replaced
47076:cb6bc8c92a2f 47077:ee4b7a64e13c
226 read the main documentation for these command-line arguments.\n\ 226 read the main documentation for these command-line arguments.\n\
227 \n\ 227 \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\
235 --no-init-file, -q load neither ~/.emacs nor default.el\n\ 235 --no-init-file, -q load neither ~/.emacs nor default.el\n\
236 --no-shared-memory, -nl do not use shared memory\n\ 236 --no-shared-memory, -nl do not use shared memory\n\