Variable: LaTeX-begin-regexp
LaTeX-begin-regexp is a customizable variable defined in latex.el.
Value
"begin\\b\\|\\["
Documentation
Regexp matching macros considered begins.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-begin-regexp "begin\\b\\|\\["
"Regexp matching macros considered begins."
:group 'LaTeX-indentation
:type 'regexp)