aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPaul Eggert2014-01-13 14:21:32 -0800
committerPaul Eggert2014-01-13 14:21:32 -0800
commitae93878a926442f695ac1f96f316247ff8eccc3a (patch)
tree3e3ca81dabc7d81f3f44808dfa0e834f5b7cdcb7 /admin
parente3f33e5dbbdf45eb28a88d82f8d7a8d03384fdc2 (diff)
downloademacs-ae93878a926442f695ac1f96f316247ff8eccc3a.tar.gz
emacs-ae93878a926442f695ac1f96f316247ff8eccc3a.zip
Spelling fixes.
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 847a06e35d1..007cb06e592 100644
--- a/admin/admin.el
+++ b/admin/admin.el
@@ -78,7 +78,7 @@ Root must be the root of an Emacs source tree."
78 (user-error "%s doesn't seem to be the root of an Emacs source tree" root)) 78 (user-error "%s doesn't seem to be the root of an Emacs source tree" root))
79 ;; There's also a "version 3" (standing for GPLv3) at the end of 79 ;; There's also a "version 3" (standing for GPLv3) at the end of
80 ;; `README', but since `set-version-in-file' only replaces the first 80 ;; `README', but since `set-version-in-file' only replaces the first
81 ;; occurence, it won't be replaced. 81 ;; occurrence, it won't be replaced.
82 (set-version-in-file root "README" version 82 (set-version-in-file root "README" version
83 (rx (and "version" (1+ space) 83 (rx (and "version" (1+ space)
84 (submatch (1+ (in "0-9.")))))) 84 (submatch (1+ (in "0-9."))))))