]> git.lyx.org Git - features.git/commitdiff
tex2lyx: update a command
authorUwe Stöhr <uwestoehr@lyx.org>
Mon, 2 Jul 2012 22:39:41 +0000 (00:39 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Mon, 2 Jul 2012 22:39:41 +0000 (00:39 +0200)
Parser.cpp: improve a command as discussed

src/tex2lyx/Parser.cpp

index 6cd727c230908f79b780dd66b028bd28a3562e4d..75b8ba4bdd3be80e6e7187cc13875f5fadf7eb91 100644 (file)
@@ -399,7 +399,7 @@ Parser::Arg Parser::getFullArg(char left, char right)
                putback();
                return make_pair(false, string());
        } else {
-               // for \verb a single '\' is allowed no matter what the delimiter is
+               // a single '\' is only allowed within \verb, no matter what the delimiter is,
                // for example "\verb+\+" (reported as bug #4468)
                // To support this, we allow single '\' if it is the only character
                // within equal delimiters