aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2005-06-10 14:11:18 +0000
committerJuanma Barranquero2005-06-10 14:11:18 +0000
commit1c7e8dfbd1767a6de5802db089c38b0d1e5cf85c (patch)
tree93c870746fb42b523bc5cf31369e58e6e423f2af
parentca088b04376178d1305ff9d0866c20263f4a79bf (diff)
downloademacs-1c7e8dfbd1767a6de5802db089c38b0d1e5cf85c.tar.gz
emacs-1c7e8dfbd1767a6de5802db089c38b0d1e5cf85c.zip
(vip-find-char-forward): Fix spellings in docstrings.
-rw-r--r--lisp/emulation/vip.el2
1 files changed, 1 insertions, 1 deletions
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."
1342(defun vip-find-char-forward (arg) 1342(defun vip-find-char-forward (arg)
1343 "Find char on the line. If called interactively read the char to find 1343 "Find char on the line. If called interactively read the char to find
1344from the terminal, and if called from vip-repeat, the char last used is 1344from the terminal, and if called from vip-repeat, the char last used is
1345used. This behaviour is controlled by the sign of prefix numeric value." 1345used. This behavior is controlled by the sign of prefix numeric value."
1346 (interactive "P") 1346 (interactive "P")
1347 (let ((val (vip-p-val arg)) (com (vip-getcom arg))) 1347 (let ((val (vip-p-val arg)) (com (vip-getcom arg)))
1348 (if (> val 0) 1348 (if (> val 0)