Function: flyspell-deplacement-command

flyspell-deplacement-command is an interactive and byte-compiled function defined in flyspell.el.gz.

Signature

(flyspell-deplacement-command COMMAND)

Documentation

Set COMMAND that implement cursor movements, for Flyspell.

When flyspell post-command-hook is invoked because a deplacement command has been used, the current word is not checked.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
;;*---------------------------------------------------------------------*/
;;*    flyspell-deplacement-command ...                                 */
;;*---------------------------------------------------------------------*/
(defun flyspell-deplacement-command (command)
  "Set COMMAND that implement cursor movements, for Flyspell.
When flyspell `post-command-hook' is invoked because a deplacement command
has been used, the current word is not checked."
  (interactive "SDeplacement Flyspell after Command: ")
  (put command 'flyspell-deplacement t))