aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2009-10-23 16:17:17 +0000
committerChong Yidong2009-10-23 16:17:17 +0000
commit0000606683a1e116505f38e059cd76a1b4b21797 (patch)
tree263bc44708b4c57a91e81fc80421b2ed828ad324 /lisp
parentaa311d6e2f005f78b4d9f8a96fff8fd3bcee64f5 (diff)
downloademacs-0000606683a1e116505f38e059cd76a1b4b21797.tar.gz
emacs-0000606683a1e116505f38e059cd76a1b4b21797.zip
* 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 @@
12009-10-23 Chong Yidong <cyd@stupidchicken.com>
2
3 * mail/emacsbug.el (report-emacs-bug): Tweak the sentence pointing
4 to the DEBUG file (Bug#3781).
5
12009-10-23 Jari Aalto <jari.aalto@cante.net> 62009-10-23 Jari Aalto <jari.aalto@cante.net>
2 7
3 * textmodes/ispell.el (ispell-dictionary-base-alist): Add finnish 8 * 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")
143 143
144 (let ((debug-file (expand-file-name "DEBUG" data-directory))) 144 (let ((debug-file (expand-file-name "DEBUG" data-directory)))
145 (if (file-readable-p debug-file) 145 (if (file-readable-p debug-file)
146 (insert "If you would like to further debug the crash, please read the file\n" 146 (insert "For information about debugging Emacs, please read the file\n"
147 debug-file " for instructions.\n"))) 147 debug-file ".\n")))
148 (add-text-properties (1+ user-point) (point) prompt-properties) 148 (add-text-properties (1+ user-point) (point) prompt-properties)
149 149
150 (insert "\n\nIn " (emacs-version) "\n") 150 (insert "\n\nIn " (emacs-version) "\n")