emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1477d12882: ; Fix typo and wording of a doc string


From: Eli Zaretskii
Subject: master 1477d12882: ; Fix typo and wording of a doc string
Date: Mon, 2 May 2022 11:58:14 -0400 (EDT)

branch: master
commit 1477d12882ddf9bfec2beebae722b5680f5e6032
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix typo and wording of a doc string
    
    * lisp/textmodes/reftex-parse.el (reftex-using-biblatex-p): Fix
    typo and wording of the doc string.
---
 lisp/textmodes/reftex-parse.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el
index bae455dd4d..49cef29788 100644
--- a/lisp/textmodes/reftex-parse.el
+++ b/lisp/textmodes/reftex-parse.el
@@ -371,9 +371,9 @@ of master file."
 
 (defun reftex-using-biblatex-p ()
   "Return non-nil if we are using biblatex or other specific cite package.
-biblatex and other packages like multibib allow multiple macro
-calls to load a bibliography file.  This packages should be
-detected by this function."
+biblatex and other similar packages like multibib allow multiple macro
+calls to load a bibliography file.  This function should be able to
+detect those packages."
   (if (boundp 'TeX-active-styles)
       ;; the sophisticated AUCTeX way
       (or (member "biblatex" TeX-active-styles)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]