Variable: checkdoc-verb-check-experimental-flag

checkdoc-verb-check-experimental-flag is a customizable variable defined in checkdoc.el.gz.

Value

nil

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.

This variable was added, or its default value changed, in Emacs 31.1.

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
(defcustom checkdoc-verb-check-experimental-flag nil
  "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
  :version "31.1")