]> git.eshelyaron.com Git - emacs.git/commitdiff
(vi-goto-insert-state): Fix quoting in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 11:31:43 +0000 (11:31 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 14 Jun 2005 11:31:43 +0000 (11:31 +0000)
lisp/emulation/vi.el

index cd0092e5e87e0d0f1724a1338a3458d986c07a22..d6b7c2728b28d03d343e5e969968dc5385484f6b 100644 (file)
@@ -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)