]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix bibtex-biblatex-field-alist docstring typo.
authorBasil L. Contovounesios <basil@contovou.net>
Tue, 12 Mar 2024 21:47:45 +0000 (22:47 +0100)
committerEshel Yaron <me@eshelyaron.com>
Mon, 18 Mar 2024 15:39:36 +0000 (16:39 +0100)
(cherry picked from commit db027a06976ee1bcbe6294e281bd5954dd1052ef)

lisp/textmodes/bibtex.el

index a8e2f03bd709c209995687cee77128fbd34fdcd7..a6da34d6a41bcda939f4ce6d5335c9b9f801d76e 100644 (file)
@@ -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)