diff options
Diffstat (limited to 'src')
| -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 | ||