changeset 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 401ef839523a
children 2d54824719a9
files lisp/mail/emacsbug.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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")