Mercurial > emacs
diff src/search.c @ 66200:568d40ba6f52
Fix prev change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Wed, 19 Oct 2005 04:47:50 +0000 |
| parents | 654295366299 |
| children | d0daa61f9e6f |
line wrap: on
line diff
--- 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
