branch: elpa/undo-fu
commit 7cbc3f852bcc1a22ce279cf36c89328841692493
Author: Campbell Barton <[email protected]>
Commit: Campbell Barton <[email protected]>
readme: move details into own top-level heading
---
readme.rst | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/readme.rst b/readme.rst
index 8107dccc99..878633a2a6 100644
--- a/readme.rst
+++ b/readme.rst
@@ -63,20 +63,6 @@ Key binding example for typical ``Ctrl-Z``, ``Ctrl-Shift-Z``
keys:
(global-set-key (kbd "C-S-z") 'undo-fu-only-redo)
-Details
--------
-
-- Holding the undo-key undoes all available actions.
-- Holding the redo-key redoes all actions until the first undo performed after
an edit.
-- Redoing beyond this point is prevented, as you might expect since this is
how undo/redo normally works,
- this means you can conveniently hold the redo key to reach the newest state
of the document.
-
- If you want to keep redoing past this point
- you're prompted to press ``Ctrl-G`` (``keyboard-quit``),
- then you can continue to redo using Emacs default behavior
- until a new chain of undo/redo events is started.
-
-
Customization
-------------
@@ -94,6 +80,20 @@ Customization
As ``keyboard-quit`` may be used for other reasons.
+Details
+=======
+
+- Holding the undo-key undoes all available actions.
+- Holding the redo-key redoes all actions until the first undo performed after
an edit.
+- Redoing beyond this point is prevented, as you might expect since this is
how undo/redo normally works,
+ this means you can conveniently hold the redo key to reach the newest state
of the document.
+
+ If you want to keep redoing past this point
+ you're prompted to press ``Ctrl-G`` (``keyboard-quit``),
+ then you can continue to redo using Emacs default behavior
+ until a new chain of undo/redo events is started.
+
+
Limitations
===========