]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
* Paragraph: erase unused some method and move some members to Paragraph::Private.
[lyx.git] / src / Text.h
index d26bd2a89337464db24cbdadcfe0dc369f24dc28..f6883e8bd59da0658ea07b2c3abdeb015fcb419f 100644 (file)
@@ -163,16 +163,16 @@ public:
        ///
        void recUndo(Cursor & cur, pit_type first) const;
 
-       /// Move cursor one position left
+       /// Move cursor one position backwards
        /**
         * Returns true if an update is needed after the move.
         */
-       bool cursorLeft(Cursor & cur);
-       /// Move cursor one position right
+       bool cursorBackward(Cursor & cur);
+       /// Move cursor one position forward
        /**
         * Returns true if an update is needed after the move.
         */
-       bool cursorRight(Cursor & cur);
+       bool cursorForward(Cursor & cur);
        ///
        bool cursorLeftOneWord(Cursor & cur);
        ///