comparison lisp/mail/emacsbug.el @ 73738:266042c9bbc6

(report-emacs-bug): Fix typos in output message.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 06 Nov 2006 02:29:24 +0000
parents 067115a6e738
children e3694f1cb928 c71725faff1a 02cf29720f31
comparison
equal deleted inserted replaced
73737:401ef839523a 73738:266042c9bbc6
124 prompt-properties) 124 prompt-properties)
125 125
126 (setq user-point (point)) 126 (setq user-point (point))
127 (insert "\n\n") 127 (insert "\n\n")
128 128
129 (insert "If emacs crashed, and you have the emacs process in the gdb debugger,\n" 129 (insert "If Emacs crashed, and you have the Emacs process in the gdb debugger,\n"
130 "please include the output from the following gdb commands:\n" 130 "please include the output from the following gdb commands:\n"
131 " `bt full' and `xbacktrace'.\n") 131 " `bt full' and `xbacktrace'.\n")
132 132
133 (let ((debug-file (expand-file-name "DEBUG" data-directory))) 133 (let ((debug-file (expand-file-name "DEBUG" data-directory)))
134 (if (file-readable-p debug-file) 134 (if (file-readable-p debug-file)