Variable: bibtex-preamble-prefix

bibtex-preamble-prefix is a variable defined in bibtex.el.gz.

Value

"[      ]*\\(@[         ]*Preamble\\)[  ]*[({][         \n]*"

Documentation

Regexp matching the prefix part of a BibTeX Preamble entry.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defconst bibtex-preamble-prefix
  "[ \t]*\\(@[ \t]*Preamble\\)[ \t]*[({][ \t\n]*"
  "Regexp matching the prefix part of a BibTeX Preamble entry.")