aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorPaul Eggert2011-11-26 20:43:11 -0800
committerPaul Eggert2011-11-26 20:43:11 -0800
commite47695319fc758da7ff07d7084386258b6c8b677 (patch)
treec1cd573850e4dd66b8df696835d52513f10dfc94 /lisp/replace.el
parent83aca1cb6970314dcc6c35c1432ebcac42811926 (diff)
downloademacs-e47695319fc758da7ff07d7084386258b6c8b677.tar.gz
emacs-e47695319fc758da7ff07d7084386258b6c8b677.zip
Spelling fixes.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
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