; * lisp/simple.el (primitive-undo): Clarify error message (bug#60467)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user