Variable: bibtex-file-path
bibtex-file-path is a customizable variable defined in bibtex.el.gz.
Value
nil
Documentation
Colon separated list of paths to search for bibtex-files.
Initialized from the BIBINPUTS environment variable.
This variable was added, or its default value changed, in Emacs 27.1.
Probably introduced at or before Emacs version 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-file-path (getenv "BIBINPUTS")
"Colon separated list of paths to search for `bibtex-files'.
Initialized from the BIBINPUTS environment variable."
:group 'bibtex
:version "27.1"
:type '(choice string
(const :tag "Not Set" nil)))