From: Karl Heuer Date: Wed, 26 Aug 1998 20:43:57 +0000 (+0000) Subject: (repeat): Doc fix. X-Git-Tag: emacs-20.4~1840 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd75b81a1ef6750ebaa1dc8ee7788c7823322051;p=emacs.git (repeat): Doc fix. --- diff --git a/lisp/repeat.el b/lisp/repeat.el index 628ab90fafe..6c970fc2c1e 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -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