From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:11:18 +0000 (+0000) Subject: (vip-find-char-forward): Fix spellings in docstrings. X-Git-Tag: emacs-pretest-22.0.90~9083 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1c7e8dfbd1767a6de5802db089c38b0d1e5cf85c;p=emacs.git (vip-find-char-forward): Fix spellings in docstrings. --- diff --git a/lisp/emulation/vip.el b/lisp/emulation/vip.el index 19f08d54989..dace12d4c8f 100644 --- a/lisp/emulation/vip.el +++ b/lisp/emulation/vip.el @@ -1342,7 +1342,7 @@ after search." (defun vip-find-char-forward (arg) "Find char on the line. If called interactively read the char to find from the terminal, and if called from vip-repeat, the char last used is -used. This behaviour is controlled by the sign of prefix numeric value." +used. This behavior is controlled by the sign of prefix numeric value." (interactive "P") (let ((val (vip-p-val arg)) (com (vip-getcom arg))) (if (> val 0)