]> git.eshelyaron.com Git - emacs.git/commitdiff
checkdoc-spellcheck-documentation-flag doc string improvement
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 20 Jan 2021 21:15:38 +0000 (22:15 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 20 Jan 2021 21:15:38 +0000 (22:15 +0100)
* lisp/emacs-lisp/checkdoc.el
(checkdoc-spellcheck-documentation-flag): Mention
`ispell-kill-ispell' (bug#6221).

lisp/emacs-lisp/checkdoc.el

index 2e204ff7aea01f6d764bc650d02b91fb05538b0a..76638ec13b1a0c2ac431cffcb91b966ecd830b24 100644 (file)
@@ -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)