diff options
| author | Juanma Barranquero | 2005-06-14 11:31:43 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-14 11:31:43 +0000 |
| commit | 4790f3a4382babb958faf0ee7b2b3a780e7b98e8 (patch) | |
| tree | 5dd483aa922e97a884d9241a34debb839ba58619 | |
| parent | 841edf8d67d3f0c81975ee7d9b83885dd0af434f (diff) | |
| download | emacs-4790f3a4382babb958faf0ee7b2b3a780e7b98e8.tar.gz emacs-4790f3a4382babb958faf0ee7b2b3a780e7b98e8.zip | |
(vi-goto-insert-state): Fix quoting in docstring.
| -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) |