Mercurial > emacs
changeset 63401:f32aaa9cbdf6
(vi-goto-insert-state): Fix quoting in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 14 Jun 2005 11:31:43 +0000 |
parents | 00398c07d65c |
children | 1fce9257f24f |
files | lisp/emulation/vi.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/vi.el Tue Jun 14 11:30:22 2005 +0000 +++ b/lisp/emulation/vi.el Tue Jun 14 11:31:43 2005 +0000 @@ -520,7 +520,7 @@ "Go into insert state, the text entered will be repeated if REPETITION > 1. If PREFIX-CODE is given, do it before insertion begins if DO-IT-NOW-P is T. In any case, the prefix-code will be done before each 'redo-insert'. -This function expects 'overwrite-mode' being set properly beforehand." +This function expects `overwrite-mode' being set properly beforehand." (if do-it-now-p (apply (car prefix-code) (cdr prefix-code))) (setq vi-ins-point (point)) (setq vi-ins-repetition repetition)