Function: flyspell-delay-commands
flyspell-delay-commands is a byte-compiled function defined in
flyspell.el.gz.
Signature
(flyspell-delay-commands)
Documentation
Install the standard set of Flyspell delayed commands.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
;;*---------------------------------------------------------------------*/
;;* flyspell-delay-commands ... */
;;*---------------------------------------------------------------------*/
(defun flyspell-delay-commands ()
"Install the standard set of Flyspell delayed commands."
(mapc 'flyspell-delay-command flyspell-default-delayed-commands)
(mapc 'flyspell-delay-command flyspell-delayed-commands))