diff options
| author | Paul Eggert | 2011-11-22 23:03:56 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-22 23:03:56 -0800 |
| commit | ee7683ebb70c308e596103e379ef6b91d001eebc (patch) | |
| tree | 45382191619e27df7106a8d990bc03903d0fa03f /lisp/emulation | |
| parent | 6b21de180fba10432988d94d2b8f3e2521be5b17 (diff) | |
| download | emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.tar.gz emacs-ee7683ebb70c308e596103e379ef6b91d001eebc.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper-init.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper-mous.el | 2 |
3 files changed, 3 insertions, 3 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 | |||
| 3715 | convenient way to use it is to bind `//' to the macro | 3715 | convenient 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 |
| 3718 | toggle case-fold-search and hitting `/' three times witth toggle regexp | 3718 | toggle case-fold-search and hitting `/' three times with toggle regexp |
| 3719 | search. Macros are more convenient in this case because they don't affect | 3719 | search. Macros are more convenient in this case because they don't affect |
| 3720 | the Emacs binding of `/'." | 3720 | the Emacs binding of `/'." |
| 3721 | (interactive "P") | 3721 | (interactive "P") |
diff --git a/lisp/emulation/viper-init.el b/lisp/emulation/viper-init.el index b0c37ed28e4..2d221d5fa05 100644 --- a/lisp/emulation/viper-init.el +++ b/lisp/emulation/viper-init.el | |||
| @@ -593,7 +593,7 @@ to a new place after repeating previous Vi command." | |||
| 593 | ;; The reason this is needed is because dabbrev-expand (and possibly | 593 | ;; The reason this is needed is because dabbrev-expand (and possibly |
| 594 | ;; others) may jump to before the insertion point, delete something and | 594 | ;; others) may jump to before the insertion point, delete something and |
| 595 | ;; then reinsert a bigger piece. For instance: bla^blo | 595 | ;; then reinsert a bigger piece. For instance: bla^blo |
| 596 | ;; If dabbrev-expand is called after `blo' and ^ undicates viper-insert-point, | 596 | ;; If dabbrev-expand is called after `blo' and ^ indicates viper-insert-point, |
| 597 | ;; then point jumps to the beginning of `blo'. If expansion is found, `blablo' | 597 | ;; then point jumps to the beginning of `blo'. If expansion is found, `blablo' |
| 598 | ;; is deleted, and we have |^, where | denotes point. Next, dabbrev-expand | 598 | ;; is deleted, and we have |^, where | denotes point. Next, dabbrev-expand |
| 599 | ;; will insert the expansion, and we get: blablo^ | 599 | ;; will insert the expansion, and we get: blablo^ |
diff --git a/lisp/emulation/viper-mous.el b/lisp/emulation/viper-mous.el index a2e289df5e8..a99ffdea558 100644 --- a/lisp/emulation/viper-mous.el +++ b/lisp/emulation/viper-mous.el | |||
| @@ -66,7 +66,7 @@ | |||
| 66 | "*Function that determines what constitutes a word for clicking events. | 66 | "*Function that determines what constitutes a word for clicking events. |
| 67 | Takes two parameters: a COUNT, indicating how many words to return, | 67 | Takes two parameters: a COUNT, indicating how many words to return, |
| 68 | and CLICK-COUNT, telling whether this is the first click, a double-click, | 68 | and CLICK-COUNT, telling whether this is the first click, a double-click, |
| 69 | or a tripple-click." | 69 | or a triple-click." |
| 70 | :type 'symbol | 70 | :type 'symbol |
| 71 | :group 'viper-mouse) | 71 | :group 'viper-mouse) |
| 72 | 72 | ||