From: Chong Yidong Date: Fri, 23 Oct 2009 16:17:17 +0000 (+0000) Subject: * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing X-Git-Tag: emacs-pretest-23.1.90~693 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0000606683a1e116505f38e059cd76a1b4b21797;p=emacs.git * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing to the DEBUG file (Bug#3781). --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1a29236a27e..b411cd4939f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 561852b0981..8229c0e1169 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el @@ -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")