diff options
| author | Richard M. Stallman | 2005-10-19 04:47:50 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-10-19 04:47:50 +0000 |
| commit | b85acc4bc2338cb0cd1d6eaedefdc12f3b99a3f1 (patch) | |
| tree | da3f76a69d240495510dbcbf27037e904c067a70 /src | |
| parent | 2e2099ebf028524cdfb375a28c905df38b6844cf (diff) | |
| download | emacs-b85acc4bc2338cb0cd1d6eaedefdc12f3b99a3f1.tar.gz emacs-b85acc4bc2338cb0cd1d6eaedefdc12f3b99a3f1.zip | |
Fix prev change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/search.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
| 429 | 429 | ||
| 430 | DEFUN ("string-match", Fstring_match, Sstring_match, 2, 3, 0, | 430 | DEFUN ("string-match", Fstring_match, Sstring_match, 2, 3, 0, |
| 431 | doc: /* Return index of start of first match for REGEXP in STRING, or nil. | 431 | doc: /* Return index of start of first match for REGEXP in STRING, or nil. |
| 432 | Matching ignores case `case-fold-search' is non-nil. | 432 | Matching ignores case if `case-fold-search' is non-nil. |
| 433 | If third arg START is non-nil, start search at that index in STRING. | 433 | If third arg START is non-nil, start search at that index in STRING. |
| 434 | For index of first char beyond the match, do (match-end 0). | 434 | For index of first char beyond the match, do (match-end 0). |
| 435 | `match-end' and `match-beginning' also give indices of substrings | 435 | `match-end' and `match-beginning' also give indices of substrings |