Mercurial > emacs
changeset 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 | cd7da17584ec |
children | 230e62dae4d1 |
files | src/emacs.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
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"