From 2aeb9dead02e65598ed0b70133e647956a3add5e Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 25 Sep 2008 13:59:26 +0000 Subject: [PATCH] i have very bad memory git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26542 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/Undo.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Undo.h b/src/Undo.h index 0412253c8a..a895e8e39c 100644 --- a/src/Undo.h +++ b/src/Undo.h @@ -68,6 +68,10 @@ public: bool hasRedoStack() const; /// open a new group of undo operations. Groups can be nested. + /** + * 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.