1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

; 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.
This commit is contained in:
Eli Zaretskii 2022-05-02 18:57:15 +03:00
parent 7f81470250
commit 1477d12882

View 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)