Variable: bibtex-entry-head

bibtex-entry-head is a variable defined in bibtex.el.gz.

Value

nil

Documentation

Regexp matching the header line of a BibTeX entry (including key).

Initialized by bibtex-set-dialect.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defvar bibtex-entry-head nil
  "Regexp matching the header line of a BibTeX entry (including key).
Initialized by `bibtex-set-dialect'.")