commit bfc4af2d01df5260c0391097eb07f08500558be8
Author: Uwe Stöhr <uwesto...@lyx.org>
Date:   Tue Nov 25 00:53:35 2014 +0100

    tex2lyx/text.cpp: add missing part of a comment

diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp
index ed4fd0d..7c72b64 100644
--- a/src/tex2lyx/text.cpp
+++ b/src/tex2lyx/text.cpp
@@ -4419,6 +4419,7 @@ void parse_text(Parser & p, ostream & os, unsigned flags, 
bool outer,
                        } else
                                is_gluelength = true;
                        // if yes transform "9xx minus 8yy plus 7zz"
+                       // to "9xx-8yy+7zz"
                        if (is_gluelength) {
                                i = gluelength.find(" minus");
                                if (i != string::npos)

Reply via email to