From: Juanma Barranquero Date: Tue, 14 Jun 2005 11:31:43 +0000 (+0000) Subject: (vi-goto-insert-state): Fix quoting in docstring. X-Git-Tag: emacs-pretest-22.0.90~8976 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4790f3a4382babb958faf0ee7b2b3a780e7b98e8;p=emacs.git (vi-goto-insert-state): Fix quoting in docstring. --- 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 " "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)