]> git.lyx.org Git - lyx.git/blobdiff - src/tex2lyx/Context.cpp
Improve comment
[lyx.git] / src / tex2lyx / Context.cpp
index f28911a3c55884b12573cc130bd0b96fa2cc284d..283846e7cf4b7271ff3156643150c51be3b4e5a1 100644 (file)
@@ -140,9 +140,9 @@ void Context::check_layout(ostream & os)
                                begin_layout(os, layout);
                                has_item = false;
                        } else {
-                               // a standard paragraph in an
-                               // enumeration. We have to recognize
-                               // that this may require a begin_deeper.
+                               // A standard paragraph in a list.
+                               // We have to recognize that this
+                               // may require a begin_deeper.
                                if (!deeper_paragraph)
                                        begin_deeper(os);
                                begin_layout(os, &textclass.defaultLayout());