diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-04-23 08:41:15 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-04-23 08:41:15 +0100 |
commit | 301cf0d27892f76b7967d7f71d48a1899c27d477 (patch) | |
tree | 54b69e63a34b5df6324b4f93ee2c7ae1406bd9e0 /lisp/emacs-lisp/checkdoc.el | |
parent | 65cc8efa333bbb66acd7b19f4b39c3138995e864 (diff) | |
parent | 7b15cc3ebb45e50ac5faf3bbc2a813afffdaa418 (diff) | |
download | emacs-301cf0d27892f76b7967d7f71d48a1899c27d477.tar.gz emacs-301cf0d27892f76b7967d7f71d48a1899c27d477.tar.bz2 emacs-301cf0d27892f76b7967d7f71d48a1899c27d477.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index b5581aa3fbb..e4b800786cc 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -2134,7 +2134,7 @@ buffer, otherwise stop after the first error." (checkdoc-ispell-init) (unless checkdoc-spellcheck-documentation-flag ;; this happens when (checkdoc-ispell-init) can't start `ispell-program-name' - (user-error "No spellchecker installed: check the variable `ispell-program-name'.")) + (user-error "No spellchecker installed: check the variable `ispell-program-name'")) (save-excursion (skip-chars-forward "^a-zA-Z") (let (word sym case-fold-search err word-beginning word-end) |