aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2005-05-02 00:23:27 +0000
committerJason Rumney2005-05-02 00:23:27 +0000
commit07beadff0ac14b9d87dae4f93e9931b9a89439b0 (patch)
treec2201af1a97ef88e3f9c87ee2138ea7bb59da415
parent4a766fe648637edd8ad60182d574c40e5a729a09 (diff)
downloademacs-07beadff0ac14b9d87dae4f93e9931b9a89439b0.tar.gz
emacs-07beadff0ac14b9d87dae4f93e9931b9a89439b0.zip
(USAGE3, USAGE4): Keep strings below 2048 bytes.
-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