; * doc/lispref/searching.texi: Typo fix
This commit is contained in:
parent
88be35e1ae
commit
47a3e0dc2c
1 changed files with 2 additions and 2 deletions
|
@ -1177,13 +1177,13 @@ explicit non-greedy forms above when such matching is required.
|
|||
@cindex @code{minimal-match} in rx
|
||||
Match @var{rx}, with @code{zero-or-more}, @code{0+},
|
||||
@code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and
|
||||
@code{option} using non-greedy matching.
|
||||
@code{optional} using non-greedy matching.
|
||||
|
||||
@item (maximal-match @var{rx})
|
||||
@cindex @code{maximal-match} in rx
|
||||
Match @var{rx}, with @code{zero-or-more}, @code{0+},
|
||||
@code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and
|
||||
@code{option} using non-greedy matching. This is the default.
|
||||
@code{optional} using non-greedy matching. This is the default.
|
||||
@end table
|
||||
|
||||
@subsubheading Matching single characters
|
||||
|
|
Loading…
Add table
Reference in a new issue