]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix NEWS entries for BibTeX mode.
authorRoland Winkler <winkler@gnu.org>
Thu, 2 Jan 2025 15:11:04 +0000 (09:11 -0600)
committerEshel Yaron <me@eshelyaron.com>
Sat, 4 Jan 2025 20:41:11 +0000 (21:41 +0100)
(cherry picked from commit 2a5725b99a7b8034ac51b603c1bd9c8099e4adb0)

etc/NEWS

index b9e8b7d72128906c8437379496f2fd8c1331593b..a61483eae29650923a01bf749ffa9cf909ee59c6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -641,20 +641,21 @@ toggle.
 ** BibTeX mode
 
 ---
-*** New user variables facilitate customization.
-Mew user variables 'bibtex-BibTeX-aux-entry-alist',
-'bibtex-biblatex-aux-entry-alist', 'bibtex-BibTeX-aux-opt-alist',
-and 'bibtex-biblatex-aux-opt-alist' facilitate the customization of
-BibTeX and biblatex entries.  These variables now support the definition
-of aliases that inherit the definition of another entry.
+*** New user options facilitate customization of BibTeX and biblatex entries.
+Entry definitions via the user options 'bibtex-BibTeX-aux-entry-alist',
+'bibtex-biblatex-aux-entry-alist', 'bibtex-BibTeX-aux-opt-alist', and
+'bibtex-biblatex-aux-opt-alist' take precedence over
+'bibtex-BibTeX-entry-alist' and 'bibtex-biblatex-entry-alist'.
+These user options now support the definition of aliases that inherit
+the definition of another entry.
 
 ---
-*** The user variable 'bibtex-user-optional-fields' has been renamed
-to 'bibtex-aux-opt-alist'.  The old name is an obsolete alias.
+*** 'bibtex-user-optional-fields' has been renamed to 'bibtex-aux-opt-alist'.
+The old name is an obsolete alias.
 
 ---
-*** The user variable 'bibtex-include-OPTkey' is now obsolete and
-its default is nil.  Use 'bibtex-aux-opt-alist' instead.
+*** 'bibtex-include-OPTkey' is now obsolete and its default is nil.
+Use 'bibtex-aux-opt-alist' instead.
 
 ---
 *** New user option 'bibtex-entry-ask-for-key'.