changeset 66200:568d40ba6f52

Fix prev change.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Oct 2005 04:47:50 +0000
parents 94e5c90a3f07
children 54d9518d9113
files src/search.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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