diff options
Diffstat (limited to 'lisp/emulation/vi.el')
| -rw-r--r-- | lisp/emulation/vi.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/vi.el b/lisp/emulation/vi.el index cd0092e5e87..d6b7c2728b2 100644 --- a/lisp/emulation/vi.el +++ b/lisp/emulation/vi.el | |||
| @@ -520,7 +520,7 @@ set sw=n M-x set-variable vi-shift-width n " | |||
| 520 | "Go into insert state, the text entered will be repeated if REPETITION > 1. | 520 | "Go into insert state, the text entered will be repeated if REPETITION > 1. |
| 521 | If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T. | 521 | If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T. |
| 522 | In any case, the prefix-code will be done before each 'redo-insert'. | 522 | In any case, the prefix-code will be done before each 'redo-insert'. |
| 523 | This function expects 'overwrite-mode' being set properly beforehand." | 523 | This function expects `overwrite-mode' being set properly beforehand." |
| 524 | (if do-it-now-p (apply (car prefix-code) (cdr prefix-code))) | 524 | (if do-it-now-p (apply (car prefix-code) (cdr prefix-code))) |
| 525 | (setq vi-ins-point (point)) | 525 | (setq vi-ins-point (point)) |
| 526 | (setq vi-ins-repetition repetition) | 526 | (setq vi-ins-repetition repetition) |