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 53927b654ad..a20e239da71 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -786,7 +786,7 @@ Usage: %s [-t term] [--terminal term] [-nw] [--no-windows] [--batch]\n\ | |||
| 786 | [--version] [--no-site-file]\n\ | 786 | [--version] [--no-site-file]\n\ |
| 787 | [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ | 787 | [-f func] [--funcall func] [-l file] [--load file] [--insert file]\n\ |
| 788 | [+linenum] file-to-visit [--kill]\n\ | 788 | [+linenum] file-to-visit [--kill]\n\ |
| 789 | Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ | 789 | Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\ |
| 790 | the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); | 790 | the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); |
| 791 | exit (0); | 791 | exit (0); |
| 792 | } | 792 | } |