]> code.delx.au - gnu-emacs/commitdiff
(set-version): Set version in lisp manual too.
authorLute Kamstra <lute@gnu.org>
Fri, 10 Jun 2005 10:21:27 +0000 (10:21 +0000)
committerLute Kamstra <lute@gnu.org>
Fri, 10 Jun 2005 10:21:27 +0000 (10:21 +0000)
admin/admin.el

index 44fbd8ed5431fdda1c5aca8e4a5b48df240ea86e..07a2bcb757ee9e42740edee44c2b9b1940e25902 100644 (file)
@@ -83,6 +83,9 @@ Root must be the root of an Emacs source tree."
                       (rx (and "version" (1+ space)
                                (submatch (1+ (in "0-9."))))))
   (set-version-in-file root "man/emacs.texi" version
+                      (rx (and "EMACSVER" (1+ space)
+                               (submatch (1+ (in "0-9."))))))
+  (set-version-in-file root "lispref/elisp.texi" version
                       (rx (and "EMACSVER" (1+ space)
                                (submatch (1+ (in "0-9.")))))))