diff options
| author | Paul Eggert | 2011-11-26 20:43:11 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-11-26 20:43:11 -0800 |
| commit | e47695319fc758da7ff07d7084386258b6c8b677 (patch) | |
| tree | c1cd573850e4dd66b8df696835d52513f10dfc94 /lisp/replace.el | |
| parent | 83aca1cb6970314dcc6c35c1432ebcac42811926 (diff) | |
| download | emacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip | |
Spelling fixes.
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 4ea3f747caa..a46f62ae139 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1663,7 +1663,7 @@ with the `noescape' argument set. | |||
| 1663 | t t))) | 1663 | t t))) |
| 1664 | 1664 | ||
| 1665 | (defun replace-loop-through-replacements (data count) | 1665 | (defun replace-loop-through-replacements (data count) |
| 1666 | ;; DATA is a vector contaning the following values: | 1666 | ;; DATA is a vector containing the following values: |
| 1667 | ;; 0 next-rotate-count | 1667 | ;; 0 next-rotate-count |
| 1668 | ;; 1 repeat-count | 1668 | ;; 1 repeat-count |
| 1669 | ;; 2 next-replacement | 1669 | ;; 2 next-replacement |