Variable: checkdoc-minor-mode
checkdoc-minor-mode is a buffer-local variable defined in
checkdoc.el.gz.
Documentation
Non-nil if Checkdoc minor mode is enabled.
Use the command checkdoc-minor-mode(var)/checkdoc-minor-mode(fun) to change this variable.
Probably introduced at or before Emacs version 20.3.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
;;;###autoload
(define-minor-mode checkdoc-minor-mode
"Toggle automatic docstring checking (Checkdoc minor mode).
In Checkdoc minor mode, the usual bindings for `eval-defun' which is
bound to \\<checkdoc-minor-mode-map>\\[checkdoc-eval-defun] and `checkdoc-eval-current-buffer' are overridden to include
checking of documentation strings.
\\{checkdoc-minor-mode-map}"
:lighter checkdoc-minor-mode-string
:group 'checkdoc)