summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--admin/admin.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 2f62436a9a5..04637ee2c86 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -76,6 +76,12 @@ Root must be the root of an Emacs source tree."
(set-version-in-file root "doc/lispref/elisp.texi" version
(rx (and "EMACSVER" (1+ space)
(submatch (1+ (in "0-9."))))))
+ (set-version-in-file root "doc/lispref/vol1.texi" version
+ (rx (and "EMACSVER" (1+ space)
+ (submatch (1+ (in "0-9."))))))
+ (set-version-in-file root "doc/lispref/vol2.texi" version
+ (rx (and "EMACSVER" (1+ space)
+ (submatch (1+ (in "0-9."))))))
(set-version-in-file root "doc/man/emacs.1" version
(rx (and ".TH EMACS" (1+ not-newline)
"GNU Emacs" (1+ space)