From: Basil L. Contovounesios Date: Tue, 12 Mar 2024 21:47:45 +0000 (+0100) Subject: ; Fix bibtex-biblatex-field-alist docstring typo. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1039712abc36062759128a4b626b420fb4ed090d;p=emacs.git ; Fix bibtex-biblatex-field-alist docstring typo. (cherry picked from commit db027a06976ee1bcbe6294e281bd5954dd1052ef) --- diff --git a/lisp/textmodes/bibtex.el b/lisp/textmodes/bibtex.el index a8e2f03bd70..a6da34d6a41 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)