Variable: LaTeX-end-regexp
LaTeX-end-regexp is a customizable variable defined in latex.el.
Value
"end\\b\\|\\]"
Documentation
Regexp matching macros considered ends.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom LaTeX-end-regexp "end\\b\\|\\]"
"Regexp matching macros considered ends."
:group 'LaTeX-indentation
:type 'regexp)