]> git.eshelyaron.com Git - emacs.git/commitdiff
* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
authorChong Yidong <cyd@stupidchicken.com>
Fri, 23 Oct 2009 16:17:17 +0000 (16:17 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 23 Oct 2009 16:17:17 +0000 (16:17 +0000)
to the DEBUG file (Bug#3781).

lisp/ChangeLog
lisp/mail/emacsbug.el

index 1a29236a27e14e4733e0106849a524ec2f68aa0c..b411cd4939fbce2670e9d6bbb2028911d22e4c0e 100644 (file)
@@ -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
index 561852b09815a8b8ab30febd7f09ca2d21e07d52..8229c0e1169e10ee45235e62f46aae49bd4c8819 100644 (file)
@@ -143,8 +143,8 @@ usually do not have translators to read other languages for them.\n\n")
 
     (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")