bibtex-parse-entry

bibtex-parse-entry is a compiled Lisp function in `bibtex.el'.

(bibtex-parse-entry &optional CONTENT)

Parse entry at point, return an alist.
The alist elements have the form (FIELD . TEXT), where FIELD can also be
the special strings "=type=" and "=key=". For the FIELD "=key="
TEXT may be nil. Remove "OPT" and "ALT" from FIELD.
Move point to the end of the last field.
If optional arg CONTENT is non-nil extract content of text fields.