diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emacs.c b/src/emacs.c index bf701f8666c..bf654fe7612 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -705,7 +705,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ | |||
| 705 | [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ | 705 | [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ |
| 706 | [+linenum] file-to-visit [--kill]\n\ | 706 | [+linenum] file-to-visit [--kill]\n\ |
| 707 | Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ | 707 | Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ |
| 708 | the Bugs section of the Emacs manual or the file BUGS.", argv[0]); | 708 | the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); |
| 709 | exit (0); | 709 | exit (0); |
| 710 | } | 710 | } |
| 711 | 711 | ||