(view-emacs-news): Fix typo in error message.
This commit is contained in:
parent
89c247794e
commit
e08b54f227
1 changed files with 1 additions and 1 deletions
|
@ -361,7 +361,7 @@ With argument, display info only for the selected version."
|
|||
((<= version 18)
|
||||
(setq version (format "%d" version)))
|
||||
((> version emacs-major-version)
|
||||
(error "No news about emacs %d (yet)" version))))
|
||||
(error "No news about Emacs %d (yet)" version))))
|
||||
(let* ((vn (if (stringp version)
|
||||
(string-to-number version)
|
||||
version))
|
||||
|
|
Loading…
Add table
Reference in a new issue