# HG changeset patch # User Juanma Barranquero # Date 1162780164 0 # Node ID 266042c9bbc69d4ea6daa424caefa62eefb26e81 # Parent 401ef839523adceb7ef2b957ae4962feb41cef7b (report-emacs-bug): Fix typos in output message. diff -r 401ef839523a -r 266042c9bbc6 lisp/mail/emacsbug.el --- a/lisp/mail/emacsbug.el Mon Nov 06 02:28:41 2006 +0000 +++ b/lisp/mail/emacsbug.el Mon Nov 06 02:29:24 2006 +0000 @@ -126,7 +126,7 @@ (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")