diff options
Diffstat (limited to 'lisp/emulation/viper-cmd.el')
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 6 |
1 files changed, 3 insertions, 3 deletions
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." | |||
| 3131 | (defun viper-find-char-forward (arg) | 3131 | (defun viper-find-char-forward (arg) |
| 3132 | "Find char on the line. | 3132 | "Find char on the line. |
| 3133 | If called interactively read the char to find from the terminal, and if | 3133 | If called interactively read the char to find from the terminal, and if |
| 3134 | called from viper-repeat, the char last used is used. This behaviour is | 3134 | called from viper-repeat, the char last used is used. This behavior is |
| 3135 | controlled by the sign of prefix numeric value." | 3135 | controlled by the sign of prefix numeric value." |
| 3136 | (interactive "P") | 3136 | (interactive "P") |
| 3137 | (let ((val (viper-p-val arg)) | 3137 | (let ((val (viper-p-val arg)) |
| @@ -3672,8 +3672,8 @@ If MAJOR-MODE is set, set the macros only in that major mode." | |||
| 3672 | (sit-for 2) | 3672 | (sit-for 2) |
| 3673 | (viper-unrecord-kbd-macro "///" 'vi-state))) | 3673 | (viper-unrecord-kbd-macro "///" 'vi-state))) |
| 3674 | )) | 3674 | )) |
| 3675 | 3675 | ||
| 3676 | 3676 | ||
| 3677 | (defun viper-set-parsing-style-toggling-macro (unset) | 3677 | (defun viper-set-parsing-style-toggling-macro (unset) |
| 3678 | "Set `%%%' to be a macro that toggles whether comment fields should be parsed for matching parentheses. | 3678 | "Set `%%%' to be a macro that toggles whether comment fields should be parsed for matching parentheses. |
| 3679 | This is used in conjunction with the `%' command. | 3679 | This is used in conjunction with the `%' command. |