Mercurial > emacs
changeset 63268:b9bfb8457681
(viper-find-char-forward): Fix spellings in docstrings.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 10 Jun 2005 14:11:45 +0000 |
parents | 91a5f7200df2 |
children | f5860b9ada9c |
files | lisp/emulation/viper-cmd.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emulation/viper-cmd.el Fri Jun 10 14:11:18 2005 +0000 +++ b/lisp/emulation/viper-cmd.el Fri Jun 10 14:11:45 2005 +0000 @@ -3131,7 +3131,7 @@ (defun viper-find-char-forward (arg) "Find char on the line. If called interactively read the char to find from the terminal, and if -called from viper-repeat, the char last used is used. This behaviour is +called from viper-repeat, the char last used is used. This behavior is controlled by the sign of prefix numeric value." (interactive "P") (let ((val (viper-p-val arg)) @@ -3672,8 +3672,8 @@ (sit-for 2) (viper-unrecord-kbd-macro "///" 'vi-state))) )) - - + + (defun viper-set-parsing-style-toggling-macro (unset) "Set `%%%' to be a macro that toggles whether comment fields should be parsed for matching parentheses. This is used in conjunction with the `%' command.