]> git.lyx.org Git - lyx.git/commitdiff
update comment
authorJuergen Spitzmueller <spitz@lyx.org>
Sat, 20 Jul 2024 15:47:47 +0000 (17:47 +0200)
committerJuergen Spitzmueller <spitz@lyx.org>
Sat, 20 Jul 2024 15:47:47 +0000 (17:47 +0200)
src/Encoding.cpp

index 538eead253b50eb5bbd0f9fd709dd910cd256ac8..54a5aebd150ca9dbe20975cf16e096376d51cddb 100644 (file)
@@ -627,8 +627,8 @@ docstring Encodings::convertLaTeXCommands(docstring const & str)
        while (!val.empty()) {
                char_type const ch = val[0];
 
-               // if we're scanning math, we output everything until we
-               // find an unescaped $, at which point we break out.
+               // if we're scanning math, we collect everything until we
+               // find an unescaped $, and then try to convert this piecewise.
                if (scanning_math) {
                        if (escaped)
                                escaped = false;