** BibTeX mode
---
-*** New user variables 'bibtex-BibTeX-aux-entry-alist',
+*** New user variables facilitate customization.
+Mew user variables 'bibtex-BibTeX-aux-entry-alist',
'bibtex-biblatex-aux-entry-alist', 'bibtex-BibTeX-aux-opt-alist',
and 'bibtex-biblatex-aux-opt-alist' facilitate the customization of
BibTeX and biblatex entries. These variables now support the definition
("howpublished" "The way in which the work was published")
("month") ("year") ("note"))))
"Alist of BibTeX entry types and their associated fields.
-Elements are lists (ENTRY DOC REQUIRED CROSSREF OPTIONAL)
+Elements are lists of the form (ENTRY DOC REQUIRED CROSSREF OPTIONAL)
or (ENTRY DOC REF-ENTRY).
ENTRY is the type of a BibTeX entry.
-DOC is a brief doc string used for documentation. If nil ENTRY is used.
+DOC is a brief doc string used for documentation. If nil, ENTRY is used.
REF-ENTRY is another entry type, where ENTRY becomes an alias that inherits
the definition of REF-ENTRY.
("crossref" "Reference key of the cross-referenced entry")
("key" "Used as label with certain BibTeX styles"))
"Alist of BibTeX fields.
-Each element is a list (FIELD COMMENT). COMMENT is a comment used with
-`bibtex-print-help-message' as a default if `bibtex-BibTeX-entry-alist'
-does not define a comment for FIELD."
+Each element is a list of the form (FIELD COMMENT). COMMENT is
+a comment used with `bibtex-print-help-message' as a default
+if `bibtex-BibTeX-entry-alist' does not define a comment for FIELD."
:group 'bibtex
:version "31.1"
:type 'bibtex-field-alist)