Variable: flyspell-highlight-properties
flyspell-highlight-properties is a customizable variable defined in
flyspell.el.gz.
Value
t
Documentation
Non-nil means highlight incorrect words even if a property exists for this word.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-highlight-properties t
"Non-nil means highlight incorrect words even if a property exists for this word."
:type 'boolean)