]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathNest.h
Getting rid of LTR bias --- part 3/4
[features.git] / src / mathed / InsetMathNest.h
index db4cfa74149cbe18a8c1882d49cc4d7890e438d0..3b54b3a8af1bba9ae72036798aec0785698ef298 100644 (file)
@@ -62,9 +62,9 @@ public:
        /// move one physical cell down
        bool idxPrev(Cursor &) 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 &) 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;
 
        /// number of cells currently governed by us