Variable: TeX-ispell-skip-cmds-one-arg-regexp
TeX-ispell-skip-cmds-one-arg-regexp is a variable defined in
tex-ispell.el.
Value
"\\\\\\(Ac\\(?:f\\(?:p\\*\\|[*p]\\)\\|l\\(?:p\\*\\|[*p]\\)\\|p\\*\\|single\\*?\\|[*flp]\\)?\\|B\\(?:UseVerbatim\\*?\\|VerbatimInput\\*?\\)\\|C\\(?:pageref\\|ref\\*?\\)\\|DeleteShortVerb\\|Fref\\|Iac\\|L\\(?:UseVerbatim\\*?\\|VerbatimInput\\*?\\)\\|MakeShortVerb\\*?\\|Nameref\\|Ref\\|SetTblr\\(?:\\(?:Inn\\|Out\\)er\\)\\|UseVerb\\(?:\\*\\|atim\\*?\\)?\\|V\\(?:erbatimInput\\*?\\|ref\\)\\|a\\(?:c\\(?:a\\(?:p\\*\\|[*p]\\)\\|f\\(?:like\\*?\\|p\\(?:\\*\\|like\\*?\\)\\|[*p]\\)\\|l\\(?:p\\*\\|[*p]\\)\\|p\\*\\|reset\\|s\\(?:etup\\|ingle\\*?\\|p\\*\\|[*p]\\)\\|use\\|[*aflps]\\)?\\|ddfontfeatures\\|ttachfile\\(?:setup\\)?\\|uto\\(?:pageref\\*?\\|ref\\*?\\)\\)\\|c\\(?:aption\\(?:of\\*?\\|setup\\*?\\)\\|learcaptionsetup\\*?\\|pageref\\|ref\\*?\\|s\\)\\|empheqset\\|f\\(?:igureversion\\|ref\\|ullref\\|vset\\)\\|h\\(?:ref\\|yper\\(?:baseurl\\|image\\|link\\|setup\\|target\\)\\)\\|i\\(?:ac[ls]\\|nputpygments\\)\\|l\\(?:abelcref\\|cnamecref\\|st\\(?:inputlisting\\|set\\)\\)\\|mdfsetup\\|n\\(?:ame\\(?:[Cc]?ref\\)\\|olinkurl\\|um\\)\\|s\\(?:et\\(?:minted\\(?:inline\\)?\\|py\\(?:gments\\(?:fv\\|pygopt\\)\\|thontexfv\\)\\)\\|i\\(?:ndex\\|setup\\)?\\)\\|t\\(?:cbset\\(?:foreverylayer\\)?\\|extattachfile\\)\\|u\\(?:rl\\|se\\(?:\\(?:prin\\|stdou\\)tpythontex\\)\\)\\|v\\(?:pageref\\*?\\|ref\\*?\\)\\)"
Documentation
Regexp of LaTeX commands with one argument to be skipped.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-ispell.el
(defvar TeX-ispell-skip-cmds-one-arg-regexp
(eval-when-compile
(concat "\\\\"
(regexp-opt (TeX-ispell-sort-skip-cmds-list 1) t)))
"Regexp of LaTeX commands with one argument to be skipped.")