changeset 63267:91a5f7200df2

(vip-find-char-forward): Fix spellings in docstrings.
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 10 Jun 2005 14:11:18 +0000
parents 0a2deeba6710
children b9bfb8457681
files lisp/emulation/vip.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emulation/vip.el	Fri Jun 10 14:10:52 2005 +0000
+++ b/lisp/emulation/vip.el	Fri Jun 10 14:11:18 2005 +0000
@@ -1342,7 +1342,7 @@
 (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)