Variable: LaTeX-exam-reftex-quick-id-key
LaTeX-exam-reftex-quick-id-key is a customizable variable defined in
tex-style.el.
Value
120
Documentation
Unique letter identifying exam class macros in RefTeX.
A character argument for quick identification when RefTeX inserts
new references with reftex-reference. It must be unique. It
is initialized to ?x.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/exam.el
(defcustom LaTeX-exam-reftex-quick-id-key ?x
"Unique letter identifying exam class macros in RefTeX.
A character argument for quick identification when RefTeX inserts
new references with `reftex-reference'. It must be unique. It
is initialized to ?x."
:type 'character)