Variable: flyspell-previous-command

flyspell-previous-command is a variable defined in flyspell.el.gz.

Value

nil

Documentation

The last interactive command checked by Flyspell.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(make-variable-buffer-local 'flyspell-pre-point) ;Why??  --Stef

;;*---------------------------------------------------------------------*/
;;*    flyspell-previous-command ...                                    */
;;*---------------------------------------------------------------------*/
(defvar flyspell-previous-command nil
  "The last interactive command checked by Flyspell.")