mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-27 07:41:28 -08:00
(Fstring_match): Doc fix.
This commit is contained in:
parent
09c886dc09
commit
2bd2f32d10
1 changed files with 4 additions and 1 deletions
|
|
@ -419,7 +419,10 @@ Case is ignored if `case-fold-search' is non-nil in the current buffer.
|
|||
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
|
||||
matched by parenthesis constructs in the pattern. */)
|
||||
matched by parenthesis constructs in the pattern.
|
||||
|
||||
You can use the function `match-string' to extract the substrings
|
||||
matched by the parenthesis constructions in REGEXP. */)
|
||||
(regexp, string, start)
|
||||
Lisp_Object regexp, string, start;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue