]> git.eshelyaron.com Git - emacs.git/commitdiff
(map-query-replace-regexp): Doc fix (revert part of 2000-05-21T17:04:47Z!fx@gnu.org
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Nov 2007 12:47:03 +0000 (12:47 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Nov 2007 12:47:03 +0000 (12:47 +0000)
made with no ChangeLog entry).

lisp/replace.el

index 8d8d9fc7af5368f7fdc40d8a5667220ddd25b9c4..ebee65b2f40f2176d7ee868456bc033473a2446c 100644 (file)
@@ -366,11 +366,9 @@ using `search-forward-regexp' and `replace-match' is preferred." "22.1")
 
 (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