Skip to content

Commit

Permalink
checkdoc-spellcheck-documentation-flag doc string improvement
Browse files Browse the repository at this point in the history
* lisp/emacs-lisp/checkdoc.el
(checkdoc-spellcheck-documentation-flag): Mention
`ispell-kill-ispell' (bug#6221).
  • Loading branch information
larsmagne committed Jan 20, 2021
1 parent 1a6ed93 commit 61b716b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion lisp/emacs-lisp/checkdoc.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 61b716b

Please sign in to comment.