aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorJuanma Barranquero2007-11-19 12:10:41 +0000
committerJuanma Barranquero2007-11-19 12:10:41 +0000
commitd8f1d2f3a332de2722a5eb6acb460369b2b11507 (patch)
tree1a7dd0badb95eb767fd9ba312e0b0f5413242bb3 /lisp/replace.el
parent39da3b689226db25eae784c9a2749cddd04ea140 (diff)
downloademacs-d8f1d2f3a332de2722a5eb6acb460369b2b11507.tar.gz
emacs-d8f1d2f3a332de2722a5eb6acb460369b2b11507.zip
(map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@gnu.org
made on 2000-05-21 with no ChangeLog entry).
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el8
1 files changed, 3 insertions, 5 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 8e02ee3b347..8b2c3b92399 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -372,11 +372,9 @@ using `search-forward-regexp' and `replace-match' is preferred." "22.1")
372 372
373(defun map-query-replace-regexp (regexp to-strings &optional n start end) 373(defun map-query-replace-regexp (regexp to-strings &optional n start end)
374 "Replace some matches for REGEXP with various strings, in rotation. 374 "Replace some matches for REGEXP with various strings, in rotation.
375The second argument TO-STRINGS contains the replacement strings, 375The second argument TO-STRINGS contains the replacement strings, separated
376separated by spaces. Third arg DELIMITED (prefix arg if interactive), 376by spaces. This command works like `query-replace-regexp' except that
377if non-nil, means replace only matches surrounded by word boundaries. 377each successive replacement uses the next successive replacement string,
378This command works like `query-replace-regexp' except that each
379successive replacement uses the next successive replacement string,
380wrapping around from the last such string to the first. 378wrapping around from the last such string to the first.
381 379
382In Transient Mark mode, if the mark is active, operate on the contents 380In Transient Mark mode, if the mark is active, operate on the contents