From b4e871e9ca6c3794815e65ae3f8b5947c2610e75 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 11 Aug 2019 08:21:33 +0200 Subject: [PATCH] Fix comment --- src/insets/InsetCitation.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/insets/InsetCitation.cpp b/src/insets/InsetCitation.cpp index a6a2738a9a..564ea5bb9a 100644 --- a/src/insets/InsetCitation.cpp +++ b/src/insets/InsetCitation.cpp @@ -449,8 +449,8 @@ docstring InsetCitation::basicLabel(bool for_xhtml) const bool InsetCitation::forceLTR(OutputParams const & rp) const { // We have to force LTR for numeric references - // [= plain BibTeX, numeric natbib and biblatex]. - // Except for XeTeX/bidi . See #3005. + // [= bibliography, plain BibTeX, numeric natbib + // and biblatex]. Except for XeTeX/bidi. See #3005. if (rp.useBidiPackage()) return false; return (buffer().masterParams().citeEngine() == "basic" -- 2.39.2