emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/undo-fu 7cbc3f852b 63/82: readme: move details into own to


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 7cbc3f852b 63/82: readme: move details into own top-level heading
Date: Thu, 7 Jul 2022 12:04:54 -0400 (EDT)

branch: elpa/undo-fu
commit 7cbc3f852bcc1a22ce279cf36c89328841692493
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    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
 ===========
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]