]> git.lyx.org Git - features.git/commitdiff
Fix comment
authorJuergen Spitzmueller <spitz@lyx.org>
Sun, 11 Aug 2019 06:21:33 +0000 (08:21 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sun, 11 Aug 2019 06:21:33 +0000 (08:21 +0200)
src/insets/InsetCitation.cpp

index a6a2738a9a75af3ff9855f9be5c39965d5e8ae9e..564ea5bb9a5e75b1b72516c4a2aa22bd2a8b5916 100644 (file)
@@ -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"