From 07beadff0ac14b9d87dae4f93e9931b9a89439b0 Mon Sep 17 00:00:00 2001 From: Jason Rumney Date: Mon, 2 May 2005 00:23:27 +0000 Subject: [PATCH] (USAGE3, USAGE4): Keep strings below 2048 bytes. --- src/emacs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" -- 2.39.2