1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-04 11:40:22 +00:00

(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).
This commit is contained in:
Juanma Barranquero 2007-11-19 12:10:41 +00:00
parent 39da3b6892
commit d8f1d2f3a3
2 changed files with 8 additions and 5 deletions

View 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):

View 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