Mercurial > emacs
diff src/search.c @ 48528:467b0e57d985
(Fstring_match): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Sun, 24 Nov 2002 19:04:57 +0000 |
| parents | ff9770dda600 |
| children | 23a1cea22d13 |
line wrap: on
line diff
--- a/src/search.c Sun Nov 24 19:04:25 2002 +0000 +++ b/src/search.c Sun Nov 24 19:04:57 2002 +0000 @@ -419,7 +419,10 @@ If third arg START is non-nil, start search at that index in STRING. For index of first char beyond the match, do (match-end 0). `match-end' and `match-beginning' also give indices of substrings -matched by parenthesis constructs in the pattern. */) +matched by parenthesis constructs in the pattern. + +You can use the function `match-string' to extract the substrings +matched by the parenthesis constructions in REGEXP. */) (regexp, string, start) Lisp_Object regexp, string, start; {
