]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Make outline function work in an inset
[lyx.git] / src / Cursor.h
index 4ef5bc9d6cbde7b7500398c4f092a134766417f0..f5490479851b8322f7b095d0bf4ae6ce0c3d152b 100644 (file)
@@ -496,9 +496,8 @@ public:
        /// return true if fullscreen update is needed
        bool down();
        /// move up/down in a text inset, called for LFUN_UP/DOWN,
-       /// return true if the cursor has moved or can move, updateNeeded
-       /// set to true if fullscreen update is needed, otherwise it's not
-       /// touched
+       /// return true if successful, updateNeeded set to true if fullscreen
+       /// update is needed, otherwise it's not touched
        bool upDownInText(bool up, bool & updateNeeded);
        /// move up/down in math or any non text inset, call for LFUN_UP/DOWN
        /// return true if successful