Variable: flyspell-delayed-commands
flyspell-delayed-commands is a customizable variable defined in
flyspell.el.gz.
Value
(org-self-insert-command)
Documentation
List of commands that are "delayed" for Flyspell mode.
After these commands, Flyspell checking is delayed for a short time,
whose length is specified by flyspell-delay.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-delayed-commands nil
"List of commands that are \"delayed\" for Flyspell mode.
After these commands, Flyspell checking is delayed for a short time,
whose length is specified by `flyspell-delay'."
:type '(repeat (symbol)))