emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/help.el,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/help.el,v
Date: Mon, 06 Nov 2006 02:46:23 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      06/11/06 02:46:23

Index: help.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/help.el,v
retrieving revision 1.322
retrieving revision 1.323
diff -u -b -r1.322 -r1.323
--- help.el     3 Oct 2006 14:03:46 -0000       1.322
+++ help.el     6 Nov 2006 02:46:23 -0000       1.323
@@ -361,7 +361,7 @@
          ((<= 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))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]