summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLute Kamstra <lute@gnu.org>2005-06-10 10:21:27 +0000
committerLute Kamstra <lute@gnu.org>2005-06-10 10:21:27 +0000
commit49e3fad2e5e45efb1204a9032229537df8316036 (patch)
tree4c4399acf7f562cf27a381a60490e90da86486ec /admin
parentcb08cc40d6b9deb62596b8490419d47726549a2a (diff)
downloademacs-49e3fad2e5e45efb1204a9032229537df8316036.tar.gz
(set-version): Set version in lisp manual too.
Diffstat (limited to 'admin')
-rw-r--r--admin/admin.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 44fbd8ed543..07a2bcb757e 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -84,6 +84,9 @@ Root must be the root of an Emacs source tree."
(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.")))))))
;;; arch-tag: 4ea83636-2293-408b-884e-ad64f22a3bf5