# HG changeset patch # User Jason Rumney # Date 1114993407 0 # Node ID e3167e9f22d03ed6506f144c5baddeaf11e1dc62 # Parent cd7da17584ec3a0df8ae138045c24046a7cef2a0 (USAGE3, USAGE4): Keep strings below 2048 bytes. diff -r cd7da17584ec -r e3167e9f22d0 src/emacs.c --- 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"