Variable: LaTeX-splitidx-sindex-reftex-quick-id-key
LaTeX-splitidx-sindex-reftex-quick-id-key is a customizable variable
defined in tex-style.el.
Value
115
Documentation
Unique letter identifying "\\sindex" macro in RefTeX.
A character argument for quick identification of "\\sindex"
when RefTeX inserts new index entries with reftex-index. It
must be unique. It is initialized to ?s when added to
reftex-index-macros.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-style.el
;; style/splitidx.el
(defcustom LaTeX-splitidx-sindex-reftex-quick-id-key ?s
"Unique letter identifying \"\\sindex\" macro in RefTeX.
A character argument for quick identification of \"\\sindex\"
when RefTeX inserts new index entries with `reftex-index'. It
must be unique. It is initialized to ?s when added to
`reftex-index-macros'."
:type 'character)