Variable: LaTeX-indent-mid-regexp-local

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

Documentation

Regexp calculated from LaTeX-indent-mid-list.

The value is calculated and set by the function LaTeX-indent-commands-regexp-make which already takes care of
\else and \or.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defvar-local LaTeX-indent-mid-regexp-local nil
  "Regexp calculated from `LaTeX-indent-mid-list'.
The value is calculated and set by the function
`LaTeX-indent-commands-regexp-make' which already takes care of
\\else and \\or.")