From: Juanma Barranquero Date: Mon, 6 Nov 2006 02:29:24 +0000 (+0000) Subject: (report-emacs-bug): Fix typos in output message. X-Git-Tag: emacs-pretest-22.0.91~295 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/fca615d5025223afad57727194a5ace793228120 (report-emacs-bug): Fix typos in output message. --- diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index c58411c1e5..84a92e30b2 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")