Variable: reftex-parse-file-extension
reftex-parse-file-extension is a customizable variable defined in
reftex-vars.el.gz.
Value
".rel"
Documentation
File extension for the file in which parser information is stored.
This extension is added to the base name of the master file.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-parse-file-extension ".rel"
"File extension for the file in which parser information is stored.
This extension is added to the base name of the master file."
:group 'reftex-optimizations-for-large-documents
:type 'string)