Variable: LaTeX-indent-begin-list

LaTeX-indent-begin-list is a buffer-local variable defined in latex.el.

Documentation

List of macros increasing indentation.

Each item in this list is a string with the name of the macro without a backslash. The final regexp will be calculated by the function LaTeX-indent-commands-regexp-make. A regexp for the
\if contructs is added by the function as well. AUCTeX styles
should add their macros to this variable and then run LaTeX-indent-commands-regexp-make.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar-local LaTeX-indent-begin-list nil
  "List of macros increasing indentation.
Each item in this list is a string with the name of the macro
without a backslash.  The final regexp will be calculated by the
function `LaTeX-indent-commands-regexp-make'.  A regexp for the
\\if contructs is added by the function as well.  AUCTeX styles
should add their macros to this variable and then run
`LaTeX-indent-commands-regexp-make'.")