Variable: checkdoc-force-docstrings-flag
checkdoc-force-docstrings-flag is a customizable variable defined in
checkdoc.el.gz.
Value
t
Documentation
Non-nil means that all checkable definitions should have documentation.
Style guide dictates that interactive functions MUST have documentation, and that it's good but not required practice to make non user visible items have doc strings.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
(defcustom checkdoc-force-docstrings-flag t
"Non-nil means that all checkable definitions should have documentation.
Style guide dictates that interactive functions MUST have documentation,
and that it's good but not required practice to make non user visible items
have doc strings."
:type 'boolean)