From: Eli Zaretskii Date: Mon, 10 Feb 2020 16:51:41 +0000 (+0200) Subject: ; Fix recently-committed documentation X-Git-Tag: emacs-28.0.90~7898 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79355517f158d03918433a5b4e74fd803b693c28;p=emacs.git ; Fix recently-committed documentation * etc/NEWS: * doc/emacs/fixit.texi (Undo): Fix documentation of a recently introduced command 'undo-redo'. --- diff --git a/doc/emacs/fixit.texi b/doc/emacs/fixit.texi index 69a476c5d16..2c268f14fb7 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 7b358ff2715..82de05ece3e 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.