Skip to content

Commit 7935551

Browse files
committed
; Fix recently-committed documentation
* etc/NEWS: * doc/emacs/fixit.texi (Undo): Fix documentation of a recently introduced command 'undo-redo'.
1 parent ac9acc1 commit 7935551

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

doc/emacs/fixit.texi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ undo commands.
7777

7878
Alternatively, if you want to resume undoing, without redoing
7979
previous undo commands, use @kbd{M-x undo-only}. This is like
80-
@code{undo}, but will not redo changes you have just undone.
81-
To complement it @kbd{M-x undo-redo} will undo previous undo commands
80+
@code{undo}, but will not redo changes you have just undone. To
81+
complement it, @kbd{M-x undo-redo} will undo previous undo commands
8282
(and will not record itself as an undoable command).
8383

8484
If you notice that a buffer has been modified accidentally, the

etc/NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ dimension.
7474
* Editing Changes in Emacs 28.1
7575

7676
+++
77-
** New command 'undo-redo'
77+
** New command 'undo-redo'.
78+
It undoes previous undo commands, but doesn't record itself as an
79+
undoable command.
7880

7981
+++
8082
** 'read-number' now has its own history variable.

0 commit comments

Comments
 (0)