]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathScript.h
Getting rid of LTR bias --- part 3/4
[features.git] / src / mathed / InsetMathScript.h
index 68a4572d7365df6f604c91bc6d0b25c7427246b0..ad6b1f5c5e540b7e5d62f51aaad80299750dca60 100644 (file)
@@ -47,9 +47,9 @@ public:
        bool idxRight(Cursor & cur) const;
        /// move cursor up or down
        bool idxUpDown(Cursor & cur, bool up) const;
-       /// 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 & cur) 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 & cur) const;
 
        /// write LaTeX and Lyx code