]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/simple.el (undo-redo): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Fri, 11 Sep 2020 05:56:51 +0000 (08:56 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 11 Sep 2020 05:56:51 +0000 (08:56 +0300)
lisp/simple.el

index 3b2b5c92e944488d7e4995b31566fdd7bce33d22..b5002dd1898aac546fe1ded03f5e89a3058b8d17 100644 (file)
@@ -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))