Variable: bibtex-string-files
bibtex-string-files is a customizable variable defined in
bibtex.el.gz.
Value
nil
Documentation
List of BibTeX files containing string definitions.
List elements can be absolute file names or file names relative
to the directories specified in bibtex-string-file-path.
Probably introduced at or before Emacs version 19.29.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-string-files nil
"List of BibTeX files containing string definitions.
List elements can be absolute file names or file names relative
to the directories specified in `bibtex-string-file-path'."
:group 'bibtex
:type '(repeat file))