[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 61b716b 1/2: checkdoc-spellcheck-documentation-flag doc string im
From: |
Lars Ingebrigtsen |
Subject: |
master 61b716b 1/2: checkdoc-spellcheck-documentation-flag doc string improvement |
Date: |
Wed, 20 Jan 2021 17:31:01 -0500 (EST) |
branch: master
commit 61b716bd3034ac50829ef66399c14113a903f82a
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
checkdoc-spellcheck-documentation-flag doc string improvement
* lisp/emacs-lisp/checkdoc.el
(checkdoc-spellcheck-documentation-flag): Mention
`ispell-kill-ispell' (bug#6221).
---
lisp/emacs-lisp/checkdoc.el | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 2e204ff..76638ec 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -241,7 +241,12 @@ system. Possible values are:
defun - Spell-check when style checking a single defun.
buffer - Spell-check when style checking the whole buffer.
interactive - Spell-check during any interactive check.
- t - Always spell-check."
+ t - Always spell-check.
+
+There is a list of Lisp-specific words which checkdoc will
+install into Ispell on the fly, but only if Ispell is not already
+running. Use `ispell-kill-ispell' to make checkdoc restart it
+with these words enabled."
:type '(choice (const nil)
(const defun)
(const buffer)