summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2001-10-21 22:51:08 +0000
committerGerd Moellmann <gerd@gnu.org>2001-10-21 22:51:08 +0000
commit91ebb8c94a394a8f664ab0d18e0a67e69c288ab5 (patch)
tree00abab56d03d4454b300a26ea432af1db2741c2f /admin
parent0480815792123186192bb40ad718dbb0b68b1bea (diff)
downloademacs-91ebb8c94a394a8f664ab0d18e0a67e69c288ab5.tar.gz
(set-version): Use `s' interactive spec for
version number.
Diffstat (limited to 'admin')
-rw-r--r--admin/admin.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin.el b/admin/admin.el
index 759b9620642..e45aa8f8ed6 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -72,7 +72,7 @@ Root must be the root of an Emacs source tree."
(defun set-version (root version)
"Set Emacs version to VERSION in relevant files under ROOT.
Root must be the root of an Emacs source tree."
- (interactive "DEmacs root directory: \nNVersion number: ")
+ (interactive "DEmacs root directory: \nsVersion number: ")
(unless (file-exists-p (expand-file-name "src/emacs.c" root))
(error "%s doesn't seem to be the root of an Emacs source tree" root))
(set-version-in-file root "lisp/version.el" version