Variable: flyspell-check-tex-math-command
flyspell-check-tex-math-command is a customizable variable defined in
flyspell.el.gz.
Value
nil
Documentation
Non-nil means check even inside TeX math environment.
TeX math environments are discovered by texmathp, implemented
inside AUCTeX package. That package may be found at
URL https://www.gnu.org/software/auctex/
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-check-tex-math-command nil
"Non-nil means check even inside TeX math environment.
TeX math environments are discovered by `texmathp', implemented
inside AUCTeX package. That package may be found at
URL `https://www.gnu.org/software/auctex/'"
:type 'boolean)