Function: bibtex-strings
bibtex-strings is a byte-compiled function defined in bibtex.el.gz.
Signature
(bibtex-strings)
Documentation
Return bibtex-strings(var)/bibtex-strings(fun). Initialize this variable if necessary.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defun bibtex-strings ()
"Return `bibtex-strings'. Initialize this variable if necessary."
(if (functionp bibtex-strings)
(bibtex-parse-strings (bibtex-string-files-init))
bibtex-strings))