Variable: reftex-default-bibliography
reftex-default-bibliography is a customizable variable defined in
reftex-vars.el.gz.
Value
nil
Documentation
List of BibTeX database files which should be used if none are specified.
When reftex-citation is called from a document which has neither a
\bibliography{..} statement nor a thebibliography environment,
RefTeX will scan these files instead. Intended for using reftex-citation
in non-LaTeX files. The files will be searched along the BIBINPUTS or TEXBIB
path.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/reftex-vars.el.gz
(defcustom reftex-default-bibliography nil
"List of BibTeX database files which should be used if none are specified.
When `reftex-citation' is called from a document which has neither a
`\\bibliography{..}' statement nor a `thebibliography' environment,
RefTeX will scan these files instead. Intended for using `reftex-citation'
in non-LaTeX files. The files will be searched along the BIBINPUTS or TEXBIB
path."
:group 'reftex-citation-support
:type '(repeat (file)))