Variable: TeX-ispell-skip-envs-opt-arg-regexp

TeX-ispell-skip-envs-opt-arg-regexp is a variable defined in tex-ispell.el.

Value

"\\(description\\*?\\|enumerate\\*?\\|itemize\\*?\\|mdframed\\|tc\\(?:b\\(?:itemize\\|raster\\)\\|olorbox\\)\\)"

Documentation

Regexp of LaTeX environments with an opt argument to be skipped.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-ispell.el
(defvar TeX-ispell-skip-envs-opt-arg-regexp
  (eval-when-compile
    (regexp-opt TeX-ispell-skip-envs-opt-arg-list t))
  "Regexp of LaTeX environments with an opt argument to be skipped.")