1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-12 00:50:43 -08:00

(vip-find-char-forward): Fix spellings in docstrings.

This commit is contained in:
Juanma Barranquero 2005-06-10 14:11:18 +00:00
parent ca088b0437
commit 1c7e8dfbd1

View file

@ -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)