aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emulation/viper-cmd.el
diff options
context:
space:
mode:
authorPaul Eggert2011-11-22 23:03:56 -0800
committerPaul Eggert2011-11-22 23:03:56 -0800
commitee7683ebb70c308e596103e379ef6b91d001eebc (patch)
tree45382191619e27df7106a8d990bc03903d0fa03f /lisp/emulation/viper-cmd.el
parent6b21de180fba10432988d94d2b8f3e2521be5b17 (diff)
downloademacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz
emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip
Spelling fixes.
Diffstat (limited to 'lisp/emulation/viper-cmd.el')
-rw-r--r--lisp/emulation/viper-cmd.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el
index df37157f7a9..ce3cc3c9a22 100644
--- a/lisp/emulation/viper-cmd.el
+++ b/lisp/emulation/viper-cmd.el
@@ -3715,7 +3715,7 @@ Although this function is bound to \\[viper-toggle-search-style], the most
3715convenient way to use it is to bind `//' to the macro 3715convenient way to use it is to bind `//' to the macro
3716`1 M-x viper-toggle-search-style' and `///' to 3716`1 M-x viper-toggle-search-style' and `///' to
3717`2 M-x viper-toggle-search-style'. In this way, hitting `//' quickly will 3717`2 M-x viper-toggle-search-style'. In this way, hitting `//' quickly will
3718toggle case-fold-search and hitting `/' three times witth toggle regexp 3718toggle case-fold-search and hitting `/' three times with toggle regexp
3719search. Macros are more convenient in this case because they don't affect 3719search. Macros are more convenient in this case because they don't affect
3720the Emacs binding of `/'." 3720the Emacs binding of `/'."
3721 (interactive "P") 3721 (interactive "P")