# HG changeset patch # User Juanma Barranquero # Date 1118412678 0 # Node ID 91a5f7200df21a4f79735158ee695879862d6dbc # Parent 0a2deeba6710f8c0c522dc78817a2f960e9b91c7 (vip-find-char-forward): Fix spellings in docstrings. diff -r 0a2deeba6710 -r 91a5f7200df2 lisp/emulation/vip.el --- 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)