From b85acc4bc2338cb0cd1d6eaedefdc12f3b99a3f1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 19 Oct 2005 04:47:50 +0000 Subject: [PATCH] Fix prev change. --- src/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/search.c b/src/search.c index c9ed8e50076..ae36755a684 100644 --- a/src/search.c +++ b/src/search.c @@ -429,7 +429,7 @@ string_match_1 (regexp, string, start, posix) 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 -- 2.11.4.GIT