Variable: flyspell-generic-check-word-predicate
flyspell-generic-check-word-predicate is a buffer-local variable
defined in flyspell.el.gz.
Documentation
Function providing per-mode customization over which words are flyspelled.
Returns t to continue checking, nil otherwise.
Flyspell mode sets this variable to whatever is the flyspell-mode-predicate
property of the major mode name.
Probably introduced at or before Emacs version 21.1.
Aliases
flyspell-generic-check-word-p (obsolete since 25.1)
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defvar-local flyspell-generic-check-word-predicate nil
"Function providing per-mode customization over which words are flyspelled.
Returns t to continue checking, nil otherwise.
Flyspell mode sets this variable to whatever is the `flyspell-mode-predicate'
property of the major mode name.")