summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-10-23 16:17:17 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-10-23 16:17:17 +0000
commit0000606683a1e116505f38e059cd76a1b4b21797 (patch)
tree263bc44708b4c57a91e81fc80421b2ed828ad324 /lisp
parentaa311d6e2f005f78b4d9f8a96fff8fd3bcee64f5 (diff)
downloademacs-0000606683a1e116505f38e059cd76a1b4b21797.tar.gz
* mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
to the DEBUG file (Bug#3781).
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/mail/emacsbug.el4
2 files changed, 7 insertions, 2 deletions
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 <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
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")