]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo and wording of a doc string
authorEli Zaretskii <eliz@gnu.org>
Mon, 2 May 2022 15:57:15 +0000 (18:57 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 2 May 2022 15:57:15 +0000 (18:57 +0300)
* lisp/textmodes/reftex-parse.el (reftex-using-biblatex-p): Fix
typo and wording of the doc string.

lisp/textmodes/reftex-parse.el

index bae455dd4d3bc218a42db7e24aabe790a8b93cd5..49cef297882d688761c0edf2e752864b687e3cb8 100644 (file)
@@ -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)