summaryrefslogtreecommitdiff
path: root/lisp/textmodes
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/textmodes')
-rw-r--r--lisp/textmodes/reftex-parse.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el
index bae455dd4d3..49cef297882 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)