]> code.delx.au - gnu-emacs/commitdiff
(report-emacs-bug): Fix typos in output message.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:29:24 +0000 (02:29 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:29:24 +0000 (02:29 +0000)
lisp/mail/emacsbug.el

index c58411c1e56cd5fd947042e3f3d9898a5e3bb9c4..84a92e30b2cb01f701e8d9d4ebbdd65e0cab65c5 100644 (file)
@@ -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")