(print_help_and_exit): Fix bug report instructions.
authorGlenn Morris <rgm@gnu.org>
Thu, 15 Oct 2009 06:11:57 +0000 (06:11 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 15 Oct 2009 06:11:57 +0000 (06:11 +0000)
lib-src/ChangeLog
lib-src/emacsclient.c

index 2a62151..bcdfb43 100644 (file)
@@ -1,5 +1,7 @@
 2009-10-15  Glenn Morris  <rgm@gnu.org>
 
+       * emacsclient.c (print_help_and_exit): Fix bug report instructions.
+
        * makefile.w32-in (echolisp): New rule.
        (clean): Delete echolisp.tmp.
 
index 8bc3b8a..e818f2f 100644 (file)
@@ -670,7 +670,7 @@ The following OPTIONS are accepted:\n\
                        mode and try connecting again\n"
 #endif /* not WINDOWSNT */
 "\n\
-Report bugs to bug-gnu-emacs@gnu.org.\n", progname);
+Report bugs with M-x report-emacs-bug.\n", progname);
   exit (EXIT_SUCCESS);
 }