]> git.lyx.org Git - lyx.git/blobdiff - src/Text.h
Some more cleanup of LyXView:
[lyx.git] / src / Text.h
index 6f0af587b5734aaebf242f6ef9e45092d410f654..caf7b65d68fefc632a3b6ebd6136481f2f208625 100644 (file)
@@ -174,9 +174,9 @@ public:
         */
        bool cursorForward(Cursor & cur);
        ///
-       bool cursorLeftOneWord(Cursor & cur);
+       bool cursorBackwardOneWord(Cursor & cur);
        ///
-       bool cursorRightOneWord(Cursor & cur);
+       bool cursorForwardOneWord(Cursor & cur);
        /// Delete from cursor up to the end of the current or next word.
        void deleteWordForward(Cursor & cur);
        /// Delete from cursor to start of current or prior word.