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

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

Value

"\\\\\\(addlinespace\\|captionlistentry\\|tcb\\(?:item\\|ox\\)\\)"

Documentation

Regexp of LaTeX commands with only optional arguments to be skipped.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-ispell.el
(defvar TeX-ispell-skip-cmds-opt-arg-regexp
  (eval-when-compile
    (concat "\\\\"
            (regexp-opt (TeX-ispell-sort-skip-cmds-list 0) t)))
  "Regexp of LaTeX commands with only optional arguments to be skipped.")