From: Lute Kamstra Date: Fri, 10 Jun 2005 10:21:27 +0000 (+0000) Subject: (set-version): Set version in lisp manual too. X-Git-Tag: emacs-pretest-22.0.90~9129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=49e3fad2e5e45efb1204a9032229537df8316036;p=emacs.git (set-version): Set version in lisp manual too. --- diff --git a/admin/admin.el b/admin/admin.el index 44fbd8ed543..07a2bcb757e 100644 --- a/admin/admin.el +++ b/admin/admin.el @@ -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.")))))))