diff options
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/reftex-parse.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/reftex-parse.el b/lisp/textmodes/reftex-parse.el index 40aa31a648b..71bec89a51d 100644 --- a/lisp/textmodes/reftex-parse.el +++ b/lisp/textmodes/reftex-parse.el | |||
| @@ -351,7 +351,7 @@ of master file." | |||
| 351 | docstruct)) | 351 | docstruct)) |
| 352 | 352 | ||
| 353 | (defun reftex-using-biblatex-p () | 353 | (defun reftex-using-biblatex-p () |
| 354 | "Return non-nil iff we are using biblatex rather than bibtex." | 354 | "Return non-nil if we are using biblatex rather than bibtex." |
| 355 | (if (boundp 'TeX-active-styles) | 355 | (if (boundp 'TeX-active-styles) |
| 356 | ;; the sophisticated AUCTeX way | 356 | ;; the sophisticated AUCTeX way |
| 357 | (member "biblatex" TeX-active-styles) | 357 | (member "biblatex" TeX-active-styles) |