aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/help.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/help.el b/lisp/help.el
index 34b1a2fac61..08899d61415 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -361,7 +361,7 @@ With argument, display info only for the selected version."
361 ((<= version 18) 361 ((<= version 18)
362 (setq version (format "%d" version))) 362 (setq version (format "%d" version)))
363 ((> version emacs-major-version) 363 ((> version emacs-major-version)
364 (error "No news about emacs %d (yet)" version)))) 364 (error "No news about Emacs %d (yet)" version))))
365 (let* ((vn (if (stringp version) 365 (let* ((vn (if (stringp version)
366 (string-to-number version) 366 (string-to-number version)
367 version)) 367 version))