]> git.lyx.org Git - lyx.git/blobdiff - src/Undo.h
This patch introduces ProvidesModule and ExcludesModule layout tags.
[lyx.git] / src / Undo.h
index 0412253c8a3eb4203a1bf4bf8b54f42618be5764..1825cea1dae4c6527014b88953dd8436041ac9b4 100644 (file)
@@ -67,7 +67,11 @@ public:
        ///
        bool hasRedoStack() const;
 
-       /// open a new group of undo operations. Groups can be nested.
+       /// open a new group of undo operations.
+       /**
+        *  Groups can be nested. Such a nested group e.g. { {} {} } is undone in
+        *  a single step. This means you can add a group whenever you are not sure.
+        */
        void beginUndoGroup();
 
        /// end the current undo group.