mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
Fix prev change.
This commit is contained in:
parent
2e2099ebf0
commit
b85acc4bc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue