emacs-diffs
[Top][All Lists]
Advanced

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

master e2391d4: * lisp/simple.el (undo-redo): Doc fix.


From: Eli Zaretskii
Subject: master e2391d4: * lisp/simple.el (undo-redo): Doc fix.
Date: Fri, 11 Sep 2020 01:57:13 -0400 (EDT)

branch: master
commit e2391d486e8a97e383db2337fad6a93c2c11656a
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * lisp/simple.el (undo-redo): Doc fix.
---
 lisp/simple.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 3b2b5c9..b5002dd 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -2752,7 +2752,8 @@ Contrary to `undo', this will not redo a previous undo."
   (let ((undo-no-redo t)) (undo arg)))
 
 (defun undo-redo (&optional arg)
-  "Undo the last ARG undos."
+  "Undo the last ARG undos, i.e., redo the last ARG changes.
+Interactively, ARG is the prefix numeric argument and defaults to 1."
   (interactive "*p")
   (cond
    ((not (undo--last-change-was-undo-p buffer-undo-list))



reply via email to

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