]> git.lyx.org Git - features.git/blobdiff - src/mathed/MathMacro.h
Getting rid of LTR bias --- part 3/4
[features.git] / src / mathed / MathMacro.h
index 050abe1849d4b2d3e432df0527c95fad91d0c08e..dc90e10304543ebc907e4ef7173cc952736653e7 100644 (file)
@@ -49,9 +49,9 @@ public:
        ///
        Inset * editXY(Cursor & cur, int x, int y);
 
-       /// target pos when we enter the inset from the left by pressing "Right"
+       /// target pos when we enter the inset while moving forward
        bool idxFirst(Cursor &) const;
-       /// target pos when we enter the inset from the right by pressing "Left"
+       /// target pos when we enter the inset while moving backwards
        bool idxLast(Cursor &) const;
 
        ///