Variable: bibtex-strings

bibtex-strings is a buffer-local variable defined in bibtex.el.gz.

Documentation

Completion table for BibTeX string keys.

Initialized from bibtex-predefined-strings and bibtex-string-files.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defvar-local bibtex-strings
  (lazy-completion-table bibtex-strings
                         (lambda ()
                           (bibtex-parse-strings (bibtex-string-files-init))))
  "Completion table for BibTeX string keys.
Initialized from `bibtex-predefined-strings' and `bibtex-string-files'.")