Variable: LaTeX-indent-mid-list

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

Documentation

List of macros which backindent the line where they appear.

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
\else and \or. 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-mid-list nil
  "List of macros which backindent the line where they appear.
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
\\else and \\or.  AUCTeX styles should add their macros to this
variable and then run `LaTeX-indent-commands-regexp-make'.")