git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26543 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-09-25 14:02:14 +00:00
parent 2aeb9dead0
commit 1033ce4e59

View File

@ -67,7 +67,7 @@ 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.