Variable: checkdoc--interactive-docstring-flag
checkdoc--interactive-docstring-flag is a variable defined in
checkdoc.el.gz.
Value
t
Documentation
Non-nil means warn if interactive function has no docstring.
This variable is intended for use on Emacs itself, where the large number of libraries means it is impractical to fix all of these warnings masse. In almost any other case, setting this to anything but t is likely to be counter-productive.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
(defvar checkdoc--interactive-docstring-flag t
"Non-nil means warn if interactive function has no docstring.
This variable is intended for use on Emacs itself, where the
large number of libraries means it is impractical to fix all
of these warnings masse. In almost any other case, setting
this to anything but t is likely to be counter-productive.")