]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix recently-committed documentation
authorEli Zaretskii <eliz@gnu.org>
Mon, 10 Feb 2020 16:51:41 +0000 (18:51 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 10 Feb 2020 16:51:41 +0000 (18:51 +0200)
* etc/NEWS:
* doc/emacs/fixit.texi (Undo): Fix documentation of a recently
introduced command 'undo-redo'.

doc/emacs/fixit.texi
etc/NEWS

index 69a476c5d164b17d2db23f5c2a06901eec5a5dc8..2c268f14fb7d4ff74edc9463e176f72d15a1e6ac 100644 (file)
@@ -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
index 7b358ff271555b22f4bf7b63410827ff43ea0ed5..82de05ece3e4ec105ee921f59fe9d93913a8d00e 100644 (file)
--- 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.