diff lisp/replace.el @ 86238:7a5fb763a182

(map-query-replace-regexp): Doc fix (revert part of revision 1.104, made on 2000-05-21 with no ChangeLog entry).
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 19 Nov 2007 12:07:00 +0000
parents 05bcbc7677d3
children c92242b4fd11
line wrap: on
line diff
--- a/lisp/replace.el	Mon Nov 19 11:28:17 2007 +0000
+++ b/lisp/replace.el	Mon Nov 19 12:07:00 2007 +0000
@@ -372,11 +372,9 @@
 
 (defun map-query-replace-regexp (regexp to-strings &optional n start end)
   "Replace some matches for REGEXP with various strings, in rotation.
-The second argument TO-STRINGS contains the replacement strings,
-separated by spaces.  Third arg DELIMITED (prefix arg if interactive),
-if non-nil, means replace only matches surrounded by word boundaries.
-This command works like `query-replace-regexp' except that each
-successive replacement uses the next successive replacement string,
+The second argument TO-STRINGS contains the replacement strings, separated
+by spaces.  This command works like `query-replace-regexp' except that
+each successive replacement uses the next successive replacement string,
 wrapping around from the last such string to the first.
 
 In Transient Mark mode, if the mark is active, operate on the contents