emacs-diffs
[Top][All Lists]
Advanced

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

master 7935551: ; Fix recently-committed documentation


From: Eli Zaretskii
Subject: master 7935551: ; Fix recently-committed documentation
Date: Mon, 10 Feb 2020 11:52:41 -0500 (EST)

branch: master
commit 79355517f158d03918433a5b4e74fd803b693c28
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Fix recently-committed documentation
    
    * etc/NEWS:
    * doc/emacs/fixit.texi (Undo): Fix documentation of a recently
    introduced command 'undo-redo'.
---
 doc/emacs/fixit.texi | 4 ++--
 etc/NEWS             | 4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi
index 69a476c..2c268f1 100644
--- a/doc/emacs/fixit.texi
+++ b/doc/emacs/fixit.texi
@@ -77,8 +77,8 @@ undo commands.
 
   Alternatively, if you want to resume undoing, without redoing
 previous undo commands, use @kbd{M-x undo-only}.  This is like
-@code{undo}, but will not redo changes you have just undone.
-To complement it @kbd{M-x undo-redo} will undo previous undo commands
+@code{undo}, but will not redo changes you have just undone.  To
+complement it, @kbd{M-x undo-redo} will undo previous undo commands
 (and will not record itself as an undoable command).
 
   If you notice that a buffer has been modified accidentally, the
diff --git a/etc/NEWS b/etc/NEWS
index 7b358ff..82de05e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -74,7 +74,9 @@ dimension.
 * Editing Changes in Emacs 28.1
 
 +++
-** New command 'undo-redo'
+** New command 'undo-redo'.
+It undoes previous undo commands, but doesn't record itself as an
+undoable command.
 
 +++
 ** 'read-number' now has its own history variable.



reply via email to

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