Variable: TeX-fold-bib-files
TeX-fold-bib-files is a customizable variable defined in tex-fold.el.
Value
nil
Documentation
List of BibTeX files from which to extract citation keys.
This is used as a fallback option for citation folding when RefTeX can't find the citation keys in the provided bib files, and may be useful when using \thebibliography or when working in non-file buffers.
This variable was added, or its default value changed, in auctex version 14.0.8.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex-fold.el
(defcustom TeX-fold-bib-files nil
"List of BibTeX files from which to extract citation keys.
This is used as a fallback option for citation folding when RefTeX can't
find the citation keys in the provided bib files, and may be useful when
using \\thebibliography or when working in non-file buffers."
:type '(repeat file)
:package-version '(auctex . "14.0.8"))