Variable: bibtex-string-file-path
bibtex-string-file-path is a customizable variable defined in
bibtex.el.gz.
Value
nil
Documentation
Colon-separated list of paths to search for bibtex-string-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 20.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defcustom bibtex-string-file-path (getenv "BIBINPUTS")
"Colon-separated list of paths to search for `bibtex-string-files'.
Initialized from the BIBINPUTS environment variable."
:group 'bibtex
:version "27.1"
:type '(choice string
(const :tag "Not Set" nil)))