]> git.eshelyaron.com Git - emacs.git/commitdiff
(USAGE3, USAGE4): Keep strings below 2048 bytes.
authorJason Rumney <jasonr@gnu.org>
Mon, 2 May 2005 00:23:27 +0000 (00:23 +0000)
committerJason Rumney <jasonr@gnu.org>
Mon, 2 May 2005 00:23:27 +0000 (00:23 +0000)
src/emacs.c

index d26567859943d8363e85a8aade8e17c4151309a4..ad9c28e7fec7d05760e2752b85f4c24c4d4cc75d 100644 (file)
@@ -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"