aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Rumney <[email protected]>2005-05-02 00:23:27 +0000
committerJason Rumney <[email protected]>2005-05-02 00:23:27 +0000
commit07beadff0ac14b9d87dae4f93e9931b9a89439b0 (patch)
treec2201af1a97ef88e3f9c87ee2138ea7bb59da415 /src
parent4a766fe648637edd8ad60182d574c40e5a729a09 (diff)
(USAGE3, USAGE4): Keep strings below 2048 bytes.
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 d265678599..ad9c28e7fe 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -323,16 +323,16 @@ Display options:\n\
--xrm XRESOURCES set additional X resources\n\
--help display this help and exit\n\
--version output version information and exit\n\
-\n\
+\n"
+
+#define USAGE4 "\
You can generally also specify long option names with a single -; for\n\
example, -batch as well as --batch. You can use any unambiguous\n\
abbreviation for a --option.\n\
\n\
Various environment variables and window system resources also affect\n\
Emacs' operation. See the main documentation.\n\
-\n"
-
-#define USAGE4 "\
+\n\
Report bugs to %s. First, please see the Bugs\n\
section of the Emacs manual or the file BUGS.\n"