mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 16:40:45 -08:00
(vip-find-char-forward): Fix spellings in docstrings.
This commit is contained in:
parent
ca088b0437
commit
1c7e8dfbd1
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue