bibtex-BibTeX-field-alist

bibtex-BibTeX-field-alist is a variable defined in `bibtex.el'.
Its value is shown below.

Documentation:
Alist of BibTeX fields.
Each element is a list (FIELD COMMENT). COMMENT is used as a default
if `bibtex-BibTeX-entry-alist' does not define a comment for FIELD.

You can customize this variable.

This variable was introduced, or its default value was changed, in version 24.1 of Emacs.

Value:

(("author" "Author1 [and Author2 ...] [and others]") ("editor" "Editor1 [and Editor2 ...] [and others]") ("journal" "Name of the journal (use string, remove braces)") ("year" "Year of publication") ("month" "Month of the publication as a string (remove braces)") ("note" "Remarks to be put at the end of the \\bibitem") ("publisher" "Publishing company") ("address" "Address of the publisher"))