summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/lisp-mnt.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/lisp-mnt.el')
-rw-r--r--lisp/emacs-lisp/lisp-mnt.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/emacs-lisp/lisp-mnt.el b/lisp/emacs-lisp/lisp-mnt.el
index 01ba656450a..b37d0134810 100644
--- a/lisp/emacs-lisp/lisp-mnt.el
+++ b/lisp/emacs-lisp/lisp-mnt.el
@@ -542,15 +542,15 @@ copyright notice is allowed."
((null name)
"Can't find package name")
((not (lm-authors))
- "`Author:' tag missing")
+ "‘Author:’ tag missing")
((not (lm-maintainer))
- "`Maintainer:' tag missing")
+ "‘Maintainer:’ tag missing")
((not (lm-summary))
"Can't find the one-line summary description")
((not (lm-keywords))
- "`Keywords:' tag missing")
+ "‘Keywords:’ tag missing")
((not (lm-keywords-finder-p))
- "`Keywords:' has no valid finder keywords (see `finder-known-keywords')")
+ "‘Keywords:’ has no valid finder keywords (see ‘finder-known-keywords’)")
((not (lm-commentary-mark))
"Can't find a 'Commentary' section marker")
((not (lm-history-mark))