From bd9cdad48f042f6590ff0805bfffd7d2ed72d205 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Fri, 31 Oct 2008 15:37:34 +0000 Subject: [PATCH] Clarify comment. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27217 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/output_latex.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/output_latex.cpp b/src/output_latex.cpp index 164d8886ac..efc9003710 100644 --- a/src/output_latex.cpp +++ b/src/output_latex.cpp @@ -724,8 +724,8 @@ TeXOnePar(Buffer const & buf, runparams_in.encoding = runparams.encoding; - // we don't need it for the last paragraph!!! - // Note from JMarc: we will re-add a \n explicitely in + // we don't need a newline for the last paragraph!!! + // Note from JMarc: we will re-add a \n explicitly in // TeXEnvironment, because it is needed in this case if (nextpit != paragraphs.end()) { Layout const & next_layout = nextpit->layout(); -- 2.39.2