]> git.lyx.org Git - features.git/commitdiff
Clarify comment.
authorEnrico Forestieri <forenr@lyx.org>
Mon, 16 Nov 2009 14:11:25 +0000 (14:11 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Mon, 16 Nov 2009 14:11:25 +0000 (14:11 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32051 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/MathData.cpp

index 7b112e9bebc34c047b144c140081be7ee5a90b82..40adc5041193a29192a1cf5a2a9ac3d88fa2ede5 100644 (file)
@@ -380,7 +380,7 @@ void MathData::drawT(TextPainter & pain, int x, int y) const
 void MathData::updateMacros(Cursor * cur, MacroContext const & mc)
 {
        // If we are editing a macro, we cannot update it immediately,
-       // as no undo steps will be recorded (bug 6208).
+       // otherwise wrong undo steps will be recorded (bug 6208).
        InsetMath const * inmath = cur ? cur->inset().asInsetMath() : 0;
        MathMacro const * inmacro = inmath ? inmath->asMacro() : 0;
        docstring const edited_name = inmacro ? inmacro->name() : docstring();