]> git.lyx.org Git - features.git/commitdiff
Clarify comment.
authorRichard Heck <rgheck@comcast.net>
Fri, 31 Oct 2008 15:37:34 +0000 (15:37 +0000)
committerRichard Heck <rgheck@comcast.net>
Fri, 31 Oct 2008 15:37:34 +0000 (15:37 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27217 a592a061-630c-0410-9148-cb99ea01b6c8

src/output_latex.cpp

index 164d8886acc37e77efade9ce08fa24ec7d4f4616..efc90037106251f0611ee693df6e0bd3bd0f32f2 100644 (file)
@@ -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();