emacs-diffs
[Top][All Lists]
Advanced

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

emacs-29 f12f72b0e0: ; * lisp/simple.el (primitive-undo): Clarify error


From: Eli Zaretskii
Subject: emacs-29 f12f72b0e0: ; * lisp/simple.el (primitive-undo): Clarify error message (bug#60467)
Date: Sun, 1 Jan 2023 10:49:32 -0500 (EST)

branch: emacs-29
commit f12f72b0e09c7a45098955c1304499963a5eb9a7
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/simple.el (primitive-undo): Clarify error message (bug#60467)
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 16f23ea362..63479e9ce0 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -3590,7 +3590,7 @@ Return what remains of the list."
                    ;; said it would do.
                    (unless (and (= start start-mark)
                                 (= (+ delta end) end-mark))
-                     (error "Changes to be undone by function different from 
announced"))
+                     (error "Changes undone by function are different from the 
announced ones"))
                    (set-marker start-mark nil)
                    (set-marker end-mark nil))
                (apply fun-args))



reply via email to

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