diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:29:24 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2006-11-06 02:29:24 +0000 |
commit | fca615d5025223afad57727194a5ace793228120 (patch) | |
tree | 7f8d579b51bca478b3a8519a38ff5962418fcc59 /lisp/mail/emacsbug.el | |
parent | 00c09b03548763eb2f44d1b61af5150e156814e5 (diff) | |
download | emacs-fca615d5025223afad57727194a5ace793228120.tar.gz emacs-fca615d5025223afad57727194a5ace793228120.tar.bz2 emacs-fca615d5025223afad57727194a5ace793228120.zip |
(report-emacs-bug): Fix typos in output message.
Diffstat (limited to 'lisp/mail/emacsbug.el')
-rw-r--r-- | lisp/mail/emacsbug.el | 2 |
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") (setq user-point (point)) (insert "\n\n") - (insert "If emacs crashed, and you have the emacs process in the gdb debugger,\n" + (insert "If Emacs crashed, and you have the Emacs process in the gdb debugger,\n" "please include the output from the following gdb commands:\n" " `bt full' and `xbacktrace'.\n") |