Variable: ispell-following-word

ispell-following-word is a customizable variable defined in ispell.el.gz.

Value

nil

Documentation

Non-nil means ispell-word checks the word around or after point.

Otherwise ispell-word checks the preceding word.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
(defcustom ispell-following-word nil
  "Non-nil means `ispell-word' checks the word around or after point.
Otherwise `ispell-word' checks the preceding word."
  :type 'boolean)