emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master f66829e 1/2: * lisp/simple.el (undo-redo): Rephrase error message


From: Mattias Engdegård
Subject: master f66829e 1/2: * lisp/simple.el (undo-redo): Rephrase error message.
Date: Mon, 14 Sep 2020 05:24:16 -0400 (EDT)

branch: master
commit f66829e0f47a54a51fd1378acbf2b1085673790f
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    * lisp/simple.el (undo-redo): Rephrase error message.
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index b00f6bb..6ef327b 100644
--- 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 undo"))
+    (user-error "No undone changes to redo"))
    (t
     (let* ((ul buffer-undo-list)
            (new-ul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]