Variable: checkdoc-verb-check-experimental-flag
checkdoc-verb-check-experimental-flag is a customizable variable
defined in checkdoc.el.gz.
Value
t
Documentation
Non-nil means to attempt to check the voice of the doc string.
This check keys off some words which are commonly misused. See the
variable checkdoc-common-verbs-wrong-voice if you wish to add your own.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
(defcustom checkdoc-verb-check-experimental-flag t
"Non-nil means to attempt to check the voice of the doc string.
This check keys off some words which are commonly misused. See the
variable `checkdoc-common-verbs-wrong-voice' if you wish to add your own."
:type 'boolean)