Variable: flyspell-auto-correct-previous-pos

flyspell-auto-correct-previous-pos is a variable defined in flyspell.el.gz.

Value

nil

Documentation

Holds the start of the first incorrect word before point.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
;;*---------------------------------------------------------------------*/
;;*    flyspell-auto-correct-previous-pos ...                           */
;;*---------------------------------------------------------------------*/
(defvar flyspell-auto-correct-previous-pos nil
  "Holds the start of the first incorrect word before point.")