diff options
| author | Richard M. Stallman | 1998-04-28 21:33:28 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-28 21:33:28 +0000 |
| commit | e1176af4c516e80d0e076594e5738897c85c12f6 (patch) | |
| tree | 10b6d3d996b36aa2c50774553f41f0dfa5d0876b /src | |
| parent | d73c6532e1bff6d46affd8bbedd524102aedee64 (diff) | |
| download | emacs-e1176af4c516e80d0e076594e5738897c85c12f6.tar.gz emacs-e1176af4c516e80d0e076594e5738897c85c12f6.zip | |
(main): Fix bug report address.
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 | } |