Variable: flyspell-last-buffer
flyspell-last-buffer is a variable defined in flyspell.el.gz.
Value
nil
Documentation
The buffer in which the last flyspell operation took place.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
;;*---------------------------------------------------------------------*/
;;* flyspell-accept-buffer-local-defs ... */
;;*---------------------------------------------------------------------*/
(defvar flyspell-last-buffer nil
"The buffer in which the last flyspell operation took place.")