aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2006-11-06 02:29:24 +0000
committerJuanma Barranquero2006-11-06 02:29:24 +0000
commitfca615d5025223afad57727194a5ace793228120 (patch)
tree7f8d579b51bca478b3a8519a38ff5962418fcc59
parent00c09b03548763eb2f44d1b61af5150e156814e5 (diff)
downloademacs-fca615d5025223afad57727194a5ace793228120.tar.gz
emacs-fca615d5025223afad57727194a5ace793228120.zip
(report-emacs-bug): Fix typos in output message.
-rw-r--r--lisp/mail/emacsbug.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index c58411c1e56..84a92e30b2c 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -126,7 +126,7 @@ usually do not have translators to read other languages for them.\n\n")
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