Variable: LaTeX-revtex4-2-video-reftex-quick-id-key

LaTeX-revtex4-2-video-reftex-quick-id-key is a customizable variable defined in tex-style.el.

Value

118

Documentation

Unique letter identifying "video" environment in RefTeX.

A character argument for quick identification when RefTeX inserts new references with reftex-reference. It must be unique. It is initialized to ?v.

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
(defcustom LaTeX-revtex4-2-video-reftex-quick-id-key ?v
  "Unique letter identifying \"video\" environment in RefTeX.

A character argument for quick identification when RefTeX inserts
new references with `reftex-reference'.  It must be unique.  It
is initialized to ?v."
  :type 'character)