Variable: TeX-arg-right-insert-p
TeX-arg-right-insert-p is a customizable variable defined in latex.el.
Value
t
Documentation
If non-nil, always insert automatically the corresponding \right.
This happens when \left is inserted.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/latex.el
(defcustom TeX-arg-right-insert-p t
"If non-nil, always insert automatically the corresponding \\right.
This happens when \\left is inserted."
:type 'boolean
:group 'LaTeX-macro)