diff options
| author | Jason Rumney | 2005-05-02 00:23:27 +0000 |
|---|---|---|
| committer | Jason Rumney | 2005-05-02 00:23:27 +0000 |
| commit | 07beadff0ac14b9d87dae4f93e9931b9a89439b0 (patch) | |
| tree | c2201af1a97ef88e3f9c87ee2138ea7bb59da415 | |
| parent | 4a766fe648637edd8ad60182d574c40e5a729a09 (diff) | |
| download | emacs-07beadff0ac14b9d87dae4f93e9931b9a89439b0.tar.gz emacs-07beadff0ac14b9d87dae4f93e9931b9a89439b0.zip | |
(USAGE3, USAGE4): Keep strings below 2048 bytes.
| -rw-r--r-- | src/emacs.c | 8 |
1 files 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\ | |||
| 323 | --xrm XRESOURCES set additional X resources\n\ | 323 | --xrm XRESOURCES set additional X resources\n\ |
| 324 | --help display this help and exit\n\ | 324 | --help display this help and exit\n\ |
| 325 | --version output version information and exit\n\ | 325 | --version output version information and exit\n\ |
| 326 | \n\ | 326 | \n" |
| 327 | |||
| 328 | #define USAGE4 "\ | ||
| 327 | You can generally also specify long option names with a single -; for\n\ | 329 | You can generally also specify long option names with a single -; for\n\ |
| 328 | example, -batch as well as --batch. You can use any unambiguous\n\ | 330 | example, -batch as well as --batch. You can use any unambiguous\n\ |
| 329 | abbreviation for a --option.\n\ | 331 | abbreviation for a --option.\n\ |
| 330 | \n\ | 332 | \n\ |
| 331 | Various environment variables and window system resources also affect\n\ | 333 | Various environment variables and window system resources also affect\n\ |
| 332 | Emacs' operation. See the main documentation.\n\ | 334 | Emacs' operation. See the main documentation.\n\ |
| 333 | \n" | 335 | \n\ |
| 334 | |||
| 335 | #define USAGE4 "\ | ||
| 336 | Report bugs to %s. First, please see the Bugs\n\ | 336 | Report bugs to %s. First, please see the Bugs\n\ |
| 337 | section of the Emacs manual or the file BUGS.\n" | 337 | section of the Emacs manual or the file BUGS.\n" |
| 338 | 338 | ||