Variable: TeX-arg-opening-brace
TeX-arg-opening-brace is a variable defined in tex.el.
Value
nil
Documentation
String used as an opening brace for argument insertion.
The variable will be temporarily let-bound with the necessary value.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defvar TeX-arg-opening-brace nil
"String used as an opening brace for argument insertion.
The variable will be temporarily let-bound with the necessary value.")