mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/simple.el (undo-redo): Rephrase error message.
This commit is contained in:
parent
1c84b187ab
commit
f66829e0f4
1 changed files with 1 additions and 1 deletions
|
|
@ -2755,7 +2755,7 @@ Interactively, ARG is the prefix numeric argument and defaults to 1."
|
|||
(interactive "*p")
|
||||
(cond
|
||||
((not (undo--last-change-was-undo-p buffer-undo-list))
|
||||
(user-error "No undo to undo"))
|
||||
(user-error "No undone changes to redo"))
|
||||
(t
|
||||
(let* ((ul buffer-undo-list)
|
||||
(new-ul
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue