changeset 48528:467b0e57d985

(Fstring_match): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 24 Nov 2002 19:04:57 +0000
parents ba7cb9f8dfc3
children ea972f5474c9
files src/search.c
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
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;
 {