# HG changeset patch # User Richard M. Stallman # Date 1038164697 0 # Node ID 467b0e57d9855fa3e6a07800602022a6585b6d30 # Parent ba7cb9f8dfc3959b782f25c10d9453d7592b33e3 (Fstring_match): Doc fix. diff -r ba7cb9f8dfc3 -r 467b0e57d985 src/search.c --- 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; {