From: Basil L. Contovounesios Date: Tue, 12 Mar 2024 21:47:45 +0000 (+0100) Subject: ; Fix bibtex-biblatex-field-alist docstring typo. X-Git-Tag: archive/raspbian/1%29.4+1-4+rpi1~1^2~2^2~18^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=db027a06976ee1bcbe6294e281bd5954dd1052ef;p=emacs.git ; Fix bibtex-biblatex-field-alist docstring typo. --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index 3d155ac87b5..d78dac53516 100644 --- a/lisp/textmodes/bibtex.el +++ b/lisp/textmodes/bibtex.el @@ -1012,7 +1012,7 @@ if `bibtex-BibTeX-entry-alist' does not define a comment for FIELD." ("volumes" "Total number of volumes of a multi-volume work") ("year" "Year of publication")) "Alist of biblatex fields. -It has the same format as `bibtex-BibTeX-entry-alist'." +It has the same format as `bibtex-BibTeX-field-alist'." :group 'bibtex :version "28.1" :type 'bibtex-field-alist)