# HG changeset patch # User Richard M. Stallman # Date 1129697270 0 # Node ID 568d40ba6f52db7330ad5d95a01b94b8055d9ab2 # Parent 94e5c90a3f07fafae4742e6ed572f273013503a0 Fix prev change. diff -r 94e5c90a3f07 -r 568d40ba6f52 src/search.c --- a/src/search.c Wed Oct 19 03:57:26 2005 +0000 +++ b/src/search.c Wed Oct 19 04:47:50 2005 +0000 @@ -429,7 +429,7 @@ DEFUN ("string-match", Fstring_match, Sstring_match, 2, 3, 0, doc: /* Return index of start of first match for REGEXP in STRING, or nil. -Matching ignores case `case-fold-search' is non-nil. +Matching ignores case if `case-fold-search' is non-nil. 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