diff options
| author | Basil L. Contovounesios | 2024-03-12 22:47:45 +0100 |
|---|---|---|
| committer | Basil L. Contovounesios | 2024-03-12 22:47:45 +0100 |
| commit | db027a06976ee1bcbe6294e281bd5954dd1052ef (patch) | |
| tree | 578f0b48168d3b4baa81ab229bd5d1c9f1e8b00e | |
| parent | a9be5c7ea92e7868873d6d3c721d5a0be62ee3ad (diff) | |
| download | emacs-db027a06976ee1bcbe6294e281bd5954dd1052ef.tar.gz emacs-db027a06976ee1bcbe6294e281bd5954dd1052ef.zip | |
; Fix bibtex-biblatex-field-alist docstring typo.
| -rw-r--r-- | lisp/textmodes/bibtex.el | 2 |
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." | |||
| 1012 | ("volumes" "Total number of volumes of a multi-volume work") | 1012 | ("volumes" "Total number of volumes of a multi-volume work") |
| 1013 | ("year" "Year of publication")) | 1013 | ("year" "Year of publication")) |
| 1014 | "Alist of biblatex fields. | 1014 | "Alist of biblatex fields. |
| 1015 | It has the same format as `bibtex-BibTeX-entry-alist'." | 1015 | It has the same format as `bibtex-BibTeX-field-alist'." |
| 1016 | :group 'bibtex | 1016 | :group 'bibtex |
| 1017 | :version "28.1" | 1017 | :version "28.1" |
| 1018 | :type 'bibtex-field-alist) | 1018 | :type 'bibtex-field-alist) |