projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c84b18
)
* lisp/simple.el (undo-redo): Rephrase error message.
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 14 Sep 2020 09:17:49 +0000
(11:17 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 14 Sep 2020 09:17:49 +0000
(11:17 +0200)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index b00f6bba06daa62e5165b86f2898505797de833b..6ef327ba401afe43ece4e0bae94e7bb421644e2c 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-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 un
do"))
+ (user-error "No undo
ne changes to re
do"))
(t
(let* ((ul buffer-undo-list)
(new-ul