Variable: TeX-ispell-skip-cmds-three-args-regexp

TeX-ispell-skip-cmds-three-args-regexp is a variable defined in tex-ispell.el.

Value

"\\\\\\(hyperref\\|specialrule\\)"

Documentation

Regexp of LaTeX commands with three arguments to be skipped.

Source Code

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