diff src/emacs.c @ 62006:e3167e9f22d0

(USAGE3, USAGE4): Keep strings below 2048 bytes.
author Jason Rumney <jasonr@gnu.org>
date Mon, 02 May 2005 00:23:27 +0000
parents 3d014b038c1a
children 296a69e064b3 b151ec53c504 08185296b491
line wrap: on
line diff
--- a/src/emacs.c	Mon May 02 00:22:11 2005 +0000
+++ b/src/emacs.c	Mon May 02 00:23:27 2005 +0000
@@ -323,16 +323,16 @@
 --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"