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