diff options
| author | Paul Eggert | 2011-12-30 17:27:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-12-30 17:27:15 -0800 |
| commit | 22bcf2046977620a7f37bbd4dff4be4a4fffc0ed (patch) | |
| tree | 39e83ae1f1389e54aec5074029a1d430aaca2876 /lisp/emulation | |
| parent | b30941dba07605b40efbf139eed2007d6b1e5445 (diff) | |
| download | emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.tar.gz emacs-22bcf2046977620a7f37bbd4dff4be4a4fffc0ed.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/emulation')
| -rw-r--r-- | lisp/emulation/cua-base.el | 2 | ||||
| -rw-r--r-- | lisp/emulation/viper-cmd.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emulation/cua-base.el b/lisp/emulation/cua-base.el index b17fa6b1471..5e107da15fc 100644 --- a/lisp/emulation/cua-base.el +++ b/lisp/emulation/cua-base.el | |||
| @@ -84,7 +84,7 @@ | |||
| 84 | 84 | ||
| 85 | ;; If you have just replaced a highlighted region with typed text, | 85 | ;; If you have just replaced a highlighted region with typed text, |
| 86 | ;; you can repeat the replace with M-v. This will search forward | 86 | ;; you can repeat the replace with M-v. This will search forward |
| 87 | ;; for a streach of text identical to the previous contents of the | 87 | ;; for a stretch of text identical to the previous contents of the |
| 88 | ;; region (i.e. the contents of register 0) and replace it with the | 88 | ;; region (i.e. the contents of register 0) and replace it with the |
| 89 | ;; text you typed to replace the original region. Repeating M-v will | 89 | ;; text you typed to replace the original region. Repeating M-v will |
| 90 | ;; replace the next matching region and so on. | 90 | ;; replace the next matching region and so on. |
diff --git a/lisp/emulation/viper-cmd.el b/lisp/emulation/viper-cmd.el index b6d487704f4..4c728b5de71 100644 --- a/lisp/emulation/viper-cmd.el +++ b/lisp/emulation/viper-cmd.el | |||
| @@ -4397,7 +4397,7 @@ cursor move past the beginning of line." | |||
| 4397 | 4397 | ||
| 4398 | (defun viper-query-replace () | 4398 | (defun viper-query-replace () |
| 4399 | "Query replace. | 4399 | "Query replace. |
| 4400 | If a null string is suplied as the string to be replaced, | 4400 | If a null string is supplied as the string to be replaced, |
| 4401 | the query replace mode will toggle between string replace | 4401 | the query replace mode will toggle between string replace |
| 4402 | and regexp replace." | 4402 | and regexp replace." |
| 4403 | (interactive) | 4403 | (interactive) |