aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emacs.c b/src/emacs.c
index d2656785994..ad9c28e7fec 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -323,16 +323,16 @@ Display options:\n\
323--xrm XRESOURCES set additional X resources\n\ 323--xrm XRESOURCES set additional X resources\n\
324--help display this help and exit\n\ 324--help display this help and exit\n\
325--version output version information and exit\n\ 325--version output version information and exit\n\
326\n\ 326\n"
327
328#define USAGE4 "\
327You can generally also specify long option names with a single -; for\n\ 329You can generally also specify long option names with a single -; for\n\
328example, -batch as well as --batch. You can use any unambiguous\n\ 330example, -batch as well as --batch. You can use any unambiguous\n\
329abbreviation for a --option.\n\ 331abbreviation for a --option.\n\
330\n\ 332\n\
331Various environment variables and window system resources also affect\n\ 333Various environment variables and window system resources also affect\n\
332Emacs' operation. See the main documentation.\n\ 334Emacs' operation. See the main documentation.\n\
333\n" 335\n\
334
335#define USAGE4 "\
336Report bugs to %s. First, please see the Bugs\n\ 336Report bugs to %s. First, please see the Bugs\n\
337section of the Emacs manual or the file BUGS.\n" 337section of the Emacs manual or the file BUGS.\n"
338 338