]> git.lyx.org Git - lyx.git/blobdiff - src/Cursor.h
Allow using \binom without amsmath and add support for \brace and \brack
[lyx.git] / src / Cursor.h
index 52220585b1db08c51c429018a713f4bcf0aa57d8..1e9fc6d27f1e703338a1b2d8c9f03c63b54ff141 100644 (file)
@@ -236,7 +236,7 @@ public:
        /// Convenience: prepare undo for the whole buffer
        void recordUndoFullDocument();
 
-       /// Convenience: prepare undo for the selected paragraphs
+       /// Convenience: prepare undo for the selected paragraphs or cells
        void recordUndoSelection();
 
        ///
@@ -398,7 +398,7 @@ public:
  * Sure that the cursor old is valid, i.e. all inset pointers
  * point to valid insets! Use Cursor::fixIfBroken if necessary.
  */
-bool notifyCursorLeaves(DocIterator const & old, Cursor & cur);
+bool notifyCursorLeaves(Cursor const & old, Cursor & cur);
 
 
 } // namespace lyx