changeset 105723:438abba8b301

* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing to the DEBUG file (Bug#3781).
author Chong Yidong <cyd@stupidchicken.com>
date Fri, 23 Oct 2009 16:17:17 +0000
parents 07c46db1ec50
children 73190af7ce73
files lisp/ChangeLog lisp/mail/emacsbug.el
diffstat 2 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Oct 23 16:01:19 2009 +0000
+++ b/lisp/ChangeLog	Fri Oct 23 16:17:17 2009 +0000
@@ -1,3 +1,8 @@
+2009-10-23  Chong Yidong  <cyd@stupidchicken.com>
+
+	* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
+	to the DEBUG file (Bug#3781).
+
 2009-10-23  Jari Aalto  <jari.aalto@cante.net>
 
 	* textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish
--- a/lisp/mail/emacsbug.el	Fri Oct 23 16:01:19 2009 +0000
+++ b/lisp/mail/emacsbug.el	Fri Oct 23 16:17:17 2009 +0000
@@ -143,8 +143,8 @@
 
     (let ((debug-file (expand-file-name "DEBUG" data-directory)))
       (if (file-readable-p debug-file)
-	  (insert "If you would like to further debug the crash, please read the file\n"
-		  debug-file " for instructions.\n")))
+	  (insert "For information about debugging Emacs, please read the file\n"
+		  debug-file ".\n")))
     (add-text-properties (1+ user-point) (point) prompt-properties)
 
     (insert "\n\nIn " (emacs-version) "\n")