Variable: flyspell-deplacement-commands
flyspell-deplacement-commands is a customizable variable defined in
flyspell.el.gz.
Value
nil
Documentation
List of commands that are "deplacement" for Flyspell mode.
After these commands, Flyspell checking is performed only if the previous command was not the very same command.
This variable was added, or its default value changed, in Emacs 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-deplacement-commands nil
"List of commands that are \"deplacement\" for Flyspell mode.
After these commands, Flyspell checking is performed only if the previous
command was not the very same command."
:version "21.1"
:type '(repeat (symbol)))