]> git.lyx.org Git - features.git/commitdiff
tex2lyx/text.cpp: add missing part of a comment
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 24 Nov 2014 23:53:35 +0000 (00:53 +0100)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 24 Nov 2014 23:53:35 +0000 (00:53 +0100)
src/tex2lyx/text.cpp

index ed4fd0df273da22cfb80bfe0e517a9be695ec4fb..7c72b644044d516512cf9b9dfa39e8010cbd8212 100644 (file)
@@ -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)