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:
parent
7f81470250
commit
1477d12882
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue