]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix prev change.
authorRichard M. Stallman <rms@gnu.org>
Wed, 19 Oct 2005 04:47:50 +0000 (04:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 19 Oct 2005 04:47:50 +0000 (04:47 +0000)
src/search.c

index c9ed8e500767a620ae9bc1358fa6ce0461912b28..ae36755a6840ecc632b9cd044174fd19fe410f39 100644 (file)
@@ -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