bibtex-make-field

bibtex-make-field is an interactive compiled Lisp function in `bibtex.el'.


(bibtex-make-field FIELD &optional MOVE INTERACTIVE NODELIM)

Make a field named FIELD in current BibTeX entry.
FIELD is either a string or a list of the form
(FIELD-NAME COMMENT-STRING INIT ALTERNATIVE-FLAG) as in
`bibtex-BibTeX-entry-alist' and friends.
If MOVE is non-nil, move point past the present field before making
the new field. If INTERACTIVE is non-nil, move point to the end of
the new field. Otherwise move point past the new field.
MOVE and INTERACTIVE are t when called interactively.
INIT is surrounded by field delimiters, unless NODELIM is non-nil.