From: Jason Rumney Date: Mon, 2 May 2005 00:23:27 +0000 (+0000) Subject: (USAGE3, USAGE4): Keep strings below 2048 bytes. X-Git-Tag: ttn-vms-21-2-B4~594 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07beadff0ac14b9d87dae4f93e9931b9a89439b0;p=emacs.git (USAGE3, USAGE4): Keep strings below 2048 bytes. --- 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\ --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"