Variable: bibtex-entry-maybe-empty-head
bibtex-entry-maybe-empty-head is a variable defined in bibtex.el.gz.
Value
nil
Documentation
Regexp matching the header line of a BibTeX entry (possibly without key).
Initialized by bibtex-set-dialect.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defvar bibtex-entry-maybe-empty-head nil
"Regexp matching the header line of a BibTeX entry (possibly without key).
Initialized by `bibtex-set-dialect'.")