# HG changeset patch # User Chong Yidong # Date 1256314637 0 # Node ID 438abba8b3019411a0b674a0609c00404dfdedfd # Parent 07c46db1ec50ec4f6a9aeae3572d63b4b87d9396 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing to the DEBUG file (Bug#3781). diff -r 07c46db1ec50 -r 438abba8b301 lisp/ChangeLog --- 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 + + * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing + to the DEBUG file (Bug#3781). + 2009-10-23 Jari Aalto * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish diff -r 07c46db1ec50 -r 438abba8b301 lisp/mail/emacsbug.el --- 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")