[LyX/master] Amend comment

Juergen Spitzmueller spitz at lyx.org
Sun Oct 31 09:14:52 UTC 2021


commit fbc64ea7ee115bdc4a55c214f28de2166d71f6a2
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Sun Oct 31 10:38:52 2021 +0100

    Amend comment
---
 src/Paragraph.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Paragraph.cpp b/src/Paragraph.cpp
index 98be025..10131ef 100644
--- a/src/Paragraph.cpp
+++ b/src/Paragraph.cpp
@@ -2352,7 +2352,7 @@ int Paragraph::Private::startTeXParParams(BufferParams const & bparams,
 	LyXAlignment const curAlign = params_.align();
 
 	// Do not output \\noindent for paragraphs
-	// 1. that cannot have indentation,
+	// 1. that cannot have indentation or are indented always,
 	// 2. that are not part of the immediate text sequence (e.g., contain only floats),
 	// 3. that are PassThru,
 	// 4. that are centered,


More information about the lyx-cvs mailing list