to the DEBUG file (Bug#3781).
+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
(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")