From: Juanma Barranquero Date: Fri, 10 Jun 2005 14:11:45 +0000 (+0000) Subject: (viper-find-char-forward): Fix spellings in docstrings. X-Git-Tag: emacs-pretest-22.0.90~9082 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3bf04f2fadfbe037ecd110788d68416a12c9946d;p=emacs.git (viper-find-char-forward): Fix spellings in docstrings. --- diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index 4593d84c6fc..3f9a425987e 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el @@ -3131,7 +3131,7 @@ On reaching beginning of line, stop and signal error." (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 @@ If MAJOR-MODE is set, set the macros only in that major mode." (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.