summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/bytecomp.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index f0edda4ee6e..196b1af0e3a 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -1971,8 +1971,8 @@ and will be removed soon. See (elisp)Backquote in the manual."))
(beginning-of-line)
(point)))
(insert ";;; This file contains utf-8 non-ASCII characters\n"
- ";;; and therefore cannot be loaded into Emacs 21 or earlier.\n")
- ;; Replace "19" or "19.29" with "22", twice.
+ ";;; and therefore cannot be loaded into Emacs 22 or earlier.\n")
+ ;; Replace "19" or "19.29" with "23", twice.
(re-search-forward "19\\(\\.[0-9]+\\)")
(replace-match "23")
(re-search-forward "19\\(\\.[0-9]+\\)")