diff options
| author | Karl Heuer | 1998-08-26 20:43:57 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-08-26 20:43:57 +0000 |
| commit | cd75b81a1ef6750ebaa1dc8ee7788c7823322051 (patch) | |
| tree | 25bbc01fc167326c28912ee573347232db526828 | |
| parent | 2f017676d8b4ed586a05311524fda317ebab7b50 (diff) | |
| download | emacs-cd75b81a1ef6750ebaa1dc8ee7788c7823322051.tar.gz emacs-cd75b81a1ef6750ebaa1dc8ee7788c7823322051.zip | |
(repeat): Doc fix.
| -rw-r--r-- | lisp/repeat.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
| 207 | ;;;###autoload | 207 | ;;;###autoload |
| 208 | (defun repeat (repeat-arg) | 208 | (defun repeat (repeat-arg) |
| 209 | "Repeat most recently executed command. | 209 | "Repeat most recently executed command. |
| 210 | With prefix arg, apply new prefix arg to that command; otherwise, maintain | 210 | With prefix arg, apply new prefix arg to that command; otherwise, use |
| 211 | prefix arg of most recently executed command if it had one. | 211 | the prefix arg that was used before (if any). |
| 212 | This command is like the `.' command in the vi editor. | 212 | This command is like the `.' command in the vi editor. |
| 213 | 213 | ||
| 214 | If this command is invoked by a multi-character key sequence, it can then | 214 | If this command is invoked by a multi-character key sequence, it can then |