changeset 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 f937670ddf40
children bdcd73244f19
files lib-src/ChangeLog lib-src/emacsclient.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Thu Oct 15 06:10:45 2009 +0000
+++ b/lib-src/ChangeLog	Thu Oct 15 06:11:57 2009 +0000
@@ -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.
 
--- 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);
 }