Variable: LaTeX-document-regexp
LaTeX-document-regexp is a customizable variable defined in latex.el.
Value
"document"
Documentation
Regexp matching environments in which the indentation starts at col 0.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-document-regexp "document"
"Regexp matching environments in which the indentation starts at col 0."
:group 'LaTeX-indentation
:type 'regexp)