aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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."
371 371
372(defun reftex-using-biblatex-p () 372(defun reftex-using-biblatex-p ()
373 "Return non-nil if we are using biblatex or other specific cite package. 373 "Return non-nil if we are using biblatex or other specific cite package.
374biblatex and other packages like multibib allow multiple macro 374biblatex and other similar packages like multibib allow multiple macro
375calls to load a bibliography file. This packages should be 375calls to load a bibliography file. This function should be able to
376detected by this function." 376detect those packages."
377 (if (boundp 'TeX-active-styles) 377 (if (boundp 'TeX-active-styles)
378 ;; the sophisticated AUCTeX way 378 ;; the sophisticated AUCTeX way
379 (or (member "biblatex" TeX-active-styles) 379 (or (member "biblatex" TeX-active-styles)