; Fix typo in emacs-news-mode
* lisp/textmodes/emacs-news-mode.el (emacs-news-count-untagged-entries): Fix typo in message when there are a pural amount of untagged entries.
This commit is contained in:
@@ -158,7 +158,7 @@ untagged NEWS entry."
|
||||
(setq i (1+ i)))
|
||||
(message (if (= i 1)
|
||||
"There's 1 untagged entry"
|
||||
(format "There's %s untagged entries" i))))))
|
||||
(format "There are %s untagged entries" i))))))
|
||||
|
||||
(defun emacs-news--buttonize ()
|
||||
"Make manual and symbol references into buttons."
|
||||
|
||||
Reference in New Issue
Block a user