Variable: TeX-ispell-extend-skip-list

TeX-ispell-extend-skip-list is a customizable variable defined in tex.el.

Value

t

Documentation

Whether to extend regions selected for skipping during spell checking.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-ispell-extend-skip-list t
  "Whether to extend regions selected for skipping during spell checking."
  :group 'TeX-misc
  :type 'boolean)