Variable: TeX-ispell-verb-delimiters
TeX-ispell-verb-delimiters is a customizable variable defined in
tex-ispell.el.
Value
"!|#~\"/+^-"
Documentation
String with all delimiters for verbatim macros.
Characters special in regexps like ^ and - must come last and
not be quoted. An opening brace {, asterisk * and at-sign
@ should not be used as they are not recognized by
font-latex.el correctly.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-ispell.el
;; Special setup for verbatim macros:
(defcustom TeX-ispell-verb-delimiters "!|#~\"/+^-"
"String with all delimiters for verbatim macros.
Characters special in regexps like `^' and `-' must come last and
not be quoted. An opening brace `{', asterisk `*' and at-sign
`@' should not be used as they are not recognized by
`font-latex.el' correctly."
:group 'TeX-misc
:type 'string)