aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1998-04-28 21:33:28 +0000
committerRichard M. Stallman1998-04-28 21:33:28 +0000
commite1176af4c516e80d0e076594e5738897c85c12f6 (patch)
tree10b6d3d996b36aa2c50774553f41f0dfa5d0876b /src
parentd73c6532e1bff6d46affd8bbedd524102aedee64 (diff)
downloademacs-e1176af4c516e80d0e076594e5738897c85c12f6.tar.gz
emacs-e1176af4c516e80d0e076594e5738897c85c12f6.zip
(main): Fix bug report address.
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c2
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\
789Report bugs to bug-gnu-emacs@prep.ai.mit.edu. First, please see\n\ 789Report bugs to bug-gnu-emacs@gnu.org. First, please see\n\
790the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]); 790the Bugs section of the Emacs manual or the file BUGS.\n", argv[0]);
791 exit (0); 791 exit (0);
792 } 792 }