[LyX/master] Comment

Juergen Spitzmueller spitz at lyx.org
Wed Jan 20 07:03:59 UTC 2021


commit 59869417b85e1a15bfb78b511c89b7d5f6773b5f
Author: Juergen Spitzmueller <spitz at lyx.org>
Date:   Wed Jan 20 08:05:17 2021 +0100

    Comment
---
 src/insets/InsetListings.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/insets/InsetListings.cpp b/src/insets/InsetListings.cpp
index 471605a..e8fe8b1 100644
--- a/src/insets/InsetListings.cpp
+++ b/src/insets/InsetListings.cpp
@@ -312,9 +312,9 @@ void InsetListings::latex(otexstream & os, OutputParams const & runparams) const
 			}
 		}
 		++par;
-		// Add new line for displayed listing between paragraphs.
+		// Add new line between paragraphs in displayed listings.
 		// Exception: merged paragraphs in change tracking mode.
-		// Also, ´for the inline case, if there are multiple paragraphs
+		// Also, for the inline case, if there are multiple paragraphs
 		// they are simply joined. Otherwise, expect latex errors.
 		if (par != end && !isInline && !captionline && !par->parEndChange().deleted())
 			code += "\n";


More information about the lyx-cvs mailing list