From 067b0705986572e42687334c4eaf32988f22f680 Mon Sep 17 00:00:00 2001 From: Štěpán Němec Date: Sun, 1 Mar 2020 18:50:14 +0100 Subject: ; Fix some typos and doc issues (bug#40695) --- lisp/emacs-lisp/checkdoc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/checkdoc.el') diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index fa5d1cff417..797493743c0 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -2133,7 +2133,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) -- cgit v1.2.3