diff options
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
-rw-r--r-- | lisp/emacs-lisp/lisp-mnt.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el index b37d0134810..6fdd348caab 100644 --- a/lisp/emacs-lisp/lisp-mnt.el +++ b/lisp/emacs-lisp/lisp-mnt.el @@ -552,11 +552,11 @@ copyright notice is allowed." ((not (lm-keywords-finder-p)) "‘Keywords:’ has no valid finder keywords (see ‘finder-known-keywords’)") ((not (lm-commentary-mark)) - "Can't find a 'Commentary' section marker") + "Can't find a ‘Commentary’ section marker") ((not (lm-history-mark)) - "Can't find a 'History' section marker") + "Can't find a ‘History’ section marker") ((not (lm-code-mark)) - "Can't find a 'Code' section marker") + "Can't find a ‘Code’ section marker") ((progn (goto-char (point-max)) (not |