]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Get rid of unused SessionInfoSection.
[lyx.git] / src / Cursor.h
index 19eeca964b32db2670bdab9110d066eddafe85e7..dc6214777ac3d35791ec8c5714e4950032ce54de 100644 (file)
@@ -95,7 +95,12 @@ public:
        DocIterator selectionBegin() const;
        /// access start of selection
        DocIterator selectionEnd() const;
-       /// FIXME: document this
+       /**
+        * Update the selection status and save permanent
+        * selection if needed.
+        * @param selecting the new selection status
+        * @return whether the selection status has changed
+        */
        bool selHandle(bool selecting);
        ///
        docstring selectionAsString(bool label) const;