diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 91e5db818f9..c44d1f0f8cb 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -2001,7 +2001,9 @@ but coerced to the correct value of INTEGERS." | |||
| 2001 | FIXEDCASE, LITERAL are passed to `replace-match' (which see). | 2001 | FIXEDCASE, LITERAL are passed to `replace-match' (which see). |
| 2002 | After possibly editing it (if `\\?' is present), NEWTEXT is also | 2002 | After possibly editing it (if `\\?' is present), NEWTEXT is also |
| 2003 | passed to `replace-match'. If NOEDIT is true, no check for `\\?' | 2003 | passed to `replace-match'. If NOEDIT is true, no check for `\\?' |
| 2004 | is made (to save time). MATCH-DATA is used for the replacement. | 2004 | is made (to save time). |
| 2005 | MATCH-DATA is used for the replacement, and is a data structure | ||
| 2006 | as returned from the `match-data' function. | ||
| 2005 | In case editing is done, it is changed to use markers. BACKWARD is | 2007 | In case editing is done, it is changed to use markers. BACKWARD is |
| 2006 | used to reverse the replacement direction. | 2008 | used to reverse the replacement direction. |
| 2007 | 2009 | ||