diff lib-src/emacsclient.c @ 105608:1af242c07461

(print_help_and_exit): Fix bug report instructions.
author Glenn Morris <rgm@gnu.org>
date Thu, 15 Oct 2009 06:11:57 +0000
parents 7bad97f82eb6
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lib-src/emacsclient.c	Thu Oct 15 06:10:45 2009 +0000
+++ b/lib-src/emacsclient.c	Thu Oct 15 06:11:57 2009 +0000
@@ -670,7 +670,7 @@
 			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);
 }