]> git.eshelyaron.com Git - emacs.git/commitdiff
(repeat): Doc fix.
authorKarl Heuer <kwzh@gnu.org>
Wed, 26 Aug 1998 20:43:57 +0000 (20:43 +0000)
committerKarl Heuer <kwzh@gnu.org>
Wed, 26 Aug 1998 20:43:57 +0000 (20:43 +0000)
lisp/repeat.el

index 628ab90fafe9638f0c34a825fb89bf93a3c9d167..6c970fc2c1efecf4afb432f7f764175bf8fe2845 100644 (file)
@@ -207,8 +207,8 @@ this function is always whether the value of `this-command' would've been
 ;;;###autoload
 (defun repeat (repeat-arg)
   "Repeat most recently executed command.
-With prefix arg, apply new prefix arg to that command; otherwise, maintain
-prefix arg of most recently executed command if it had one.
+With prefix arg, apply new prefix arg to that command; otherwise, use
+the prefix arg that was used before (if any).
 This command is like the `.' command in the vi editor.
 
 If this command is invoked by a multi-character key sequence, it can then