From bfc4af2d01df5260c0391097eb07f08500558be8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 25 Nov 2014 00:53:35 +0100 Subject: [PATCH] tex2lyx/text.cpp: add missing part of a comment --- src/tex2lyx/text.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tex2lyx/text.cpp b/src/tex2lyx/text.cpp index ed4fd0df27..7c72b64404 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) -- 2.39.2