summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBasil L. Contovounesios <basil@contovou.net>2024-03-12 22:47:45 +0100
committerBasil L. Contovounesios <basil@contovou.net>2024-03-12 22:47:45 +0100
commitdb027a06976ee1bcbe6294e281bd5954dd1052ef (patch)
tree578f0b48168d3b4baa81ab229bd5d1c9f1e8b00e
parenta9be5c7ea92e7868873d6d3c721d5a0be62ee3ad (diff)
downloademacs-db027a06976ee1bcbe6294e281bd5954dd1052ef.tar.gz
; Fix bibtex-biblatex-field-alist docstring typo.
-rw-r--r--lisp/textmodes/bibtex.el2
1 files changed, 1 insertions, 1 deletions
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)