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

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

[nongnu] elpa/undo-fu 4d635722a3 34/82: readme: minor improvements to wo


From: ELPA Syncer
Subject: [nongnu] elpa/undo-fu 4d635722a3 34/82: readme: minor improvements to wording
Date: Thu, 7 Jul 2022 12:04:51 -0400 (EDT)

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

    readme: minor improvements to wording
---
 readme.rst | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/readme.rst b/readme.rst
index 8b7cc69702..6c9702d1aa 100644
--- a/readme.rst
+++ b/readme.rst
@@ -4,14 +4,14 @@ Undo Fu
 
 Simple, stable linear undo with redo for Emacs.
 
-Unlike alternatives, this provides redo functionality with Emacs own undo,
-without losing access to the full undo history Emacs supports
-allowing you to visit all previous states of the document.
+This is a light weight wrapper for Emacs built-in undo system,
+adding convenient undo/redo without losing access to the full undo history,
+allowing you to visit all previous states of the document if you need.
 
 The changes compared Emacs undo are as follows:
 
-- Redo will not redo past the initial undo action.
-- Redo will not undo if the last action in the undo stack is not an undo.
+- Redo will not pass the initial undo action.
+- Redo will not undo *(unlike Emacs redo which traverses previous undo/redo 
steps)*.
 
 - These constraints can be temporarily disabled by pressing C-g before undo or 
redo.
 
@@ -42,7 +42,7 @@ This package exposes the following functions:
 Key Bindings
 ------------
 
-You will need to make these to keys yourself.
+You will need to map these to keys yourself.
 
 Key binding example for evil-mode:
 



reply via email to

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