]> git.eshelyaron.com Git - emacs.git/commitdiff
(view-emacs-news): Fix typo in error message.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:46:23 +0000 (02:46 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 6 Nov 2006 02:46:23 +0000 (02:46 +0000)
lisp/help.el

index 34b1a2fac61804a0cb15ce0ea544888703efbcca..08899d61415c0a80fe6cf90ad98ea73c889a54a2 100644 (file)
@@ -361,7 +361,7 @@ With argument, display info only for the selected version."
          ((<= version 18)
           (setq version (format "%d" version)))
          ((> version emacs-major-version)
-          (error "No news about emacs %d (yet)" version))))
+          (error "No news about Emacs %d (yet)" version))))
   (let* ((vn (if (stringp version)
                 (string-to-number version)
               version))