File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ undo commands.
77
77
78
78
Alternatively, if you want to resume undoing, without redoing
79
79
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
82
82
(and will not record itself as an undoable command).
83
83
84
84
If you notice that a buffer has been modified accidentally, the
Original file line number Diff line number Diff line change @@ -74,7 +74,9 @@ dimension.
74
74
* Editing Changes in Emacs 28.1
75
75
76
76
+++
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.
78
80
79
81
+++
80
82
** 'read-number' now has its own history variable.
You can’t perform that action at this time.
0 commit comments