Variable: LaTeX-indent-end-list
LaTeX-indent-end-list is a buffer-local variable defined in latex.el.
Documentation
List of macros decreasing 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 which takes care of
\fi. 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-end-list nil
"List of macros decreasing 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' which takes care of
\\fi. AUCTeX styles should add their macros to this variable and
then run `LaTeX-indent-commands-regexp-make'.")