]> git.eshelyaron.com Git - emacs.git/commitdiff
replace-match-maybe-edit doc clarification
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 18:21:11 +0000 (20:21 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Apr 2016 18:32:56 +0000 (20:32 +0200)
* lisp/replace.el (replace-match-maybe-edit): Say what
MATCH-DATA is (bug#20304).

lisp/replace.el

index 91e5db818f9ed33c5063990365cce4d086ccb553..c44d1f0f8cbe5a829d2d88f239cde509d591b0c9 100644 (file)
@@ -2001,7 +2001,9 @@ but coerced to the correct value of INTEGERS."
 FIXEDCASE, LITERAL are passed to `replace-match' (which see).
 After possibly editing it (if `\\?' is present), NEWTEXT is also
 passed to `replace-match'.  If NOEDIT is true, no check for `\\?'
-is made (to save time).  MATCH-DATA is used for the replacement.
+is made (to save time).
+MATCH-DATA is used for the replacement, and is a data structure
+as returned from the `match-data' function.
 In case editing is done, it is changed to use markers.  BACKWARD is
 used to reverse the replacement direction.