Variable: LaTeX-indent-begin-regexp-exceptions-local
LaTeX-indent-begin-regexp-exceptions-local is a buffer-local variable
defined in latex.el.
Documentation
Regexp calculated from LaTeX-indent-begin-exceptions-list.
The value is calculated and set by the function
LaTeX-indent-commands-regexp-make which already takes care of
\ifthenelse.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar-local LaTeX-indent-begin-regexp-exceptions-local nil
"Regexp calculated from `LaTeX-indent-begin-exceptions-list'.
The value is calculated and set by the function
`LaTeX-indent-commands-regexp-make' which already takes care of
\\ifthenelse.")