diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-10-23 16:17:17 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-10-23 16:17:17 +0000 |
commit | 0000606683a1e116505f38e059cd76a1b4b21797 (patch) | |
tree | 263bc44708b4c57a91e81fc80421b2ed828ad324 /lisp/mail | |
parent | aa311d6e2f005f78b4d9f8a96fff8fd3bcee64f5 (diff) | |
download | emacs-0000606683a1e116505f38e059cd76a1b4b21797.tar.gz |
* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
to the DEBUG file (Bug#3781).
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/emacsbug.el | 4 |
1 files changed, 2 insertions, 2 deletions
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") |