Variable: checkdoc-bouncy-flag

checkdoc-bouncy-flag is a customizable variable defined in checkdoc.el.gz.

Value

t

Documentation

Non-nil means to "bounce" to auto-fix locations.

Setting this to nil will silently make fixes that require no user interaction. See checkdoc-autofix-flag for auto-fixing details.

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/checkdoc.el.gz
(defcustom checkdoc-bouncy-flag t
  "Non-nil means to \"bounce\" to auto-fix locations.
Setting this to nil will silently make fixes that require no user
interaction.  See `checkdoc-autofix-flag' for auto-fixing details."
  :type 'boolean)