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