]> 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:10:41 +0000 (12:10 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Nov 2007 12:10:41 +0000 (12:10 +0000)
made on 2000-05-21 with no ChangeLog entry).

lisp/ChangeLog
lisp/replace.el

index d67753b2b41322f304263eb65dbf6ac5e12239d2..a567708602c61d7cdfc1a577cb7545eebf6e36df 100644 (file)
@@ -1,3 +1,8 @@
+2007-11-19  Juanma Barranquero  <lekktu@gmail.com>
+
+       * replace.el (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).
+
 2007-11-19  Dan Nicolaescu  <dann@ics.uci.edu>
 
        * progmodes/octave-mod.el (inferior-octave-send-list-and-digest):
index 8e02ee3b3473e21a7c3c294d6ca4955ac3ed1439..8b2c3b9239930135cf2e5115baeacd02b17921f0 100644 (file)
@@ -372,11 +372,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