Variable: reftex-index-phrase-file-extension
reftex-index-phrase-file-extension is a customizable variable defined
in reftex-vars.el.gz.
Value
".rip"
Documentation
File extension for the index phrase file.
This extension will be added to the base name of the master file.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-index-phrase-file-extension ".rip"
"File extension for the index phrase file.
This extension will be added to the base name of the master file."
:group 'reftex-index-support
:type 'string)