aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/searching.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi
index d7810580b94..2088f16e47c 100644
--- a/doc/lispref/searching.texi
+++ b/doc/lispref/searching.texi
@@ -1177,13 +1177,13 @@ explicit non-greedy forms above when such matching is required.
1177@cindex @code{minimal-match} in rx 1177@cindex @code{minimal-match} in rx
1178Match @var{rx}, with @code{zero-or-more}, @code{0+}, 1178Match @var{rx}, with @code{zero-or-more}, @code{0+},
1179@code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and 1179@code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and
1180@code{option} using non-greedy matching. 1180@code{optional} using non-greedy matching.
1181 1181
1182@item (maximal-match @var{rx}) 1182@item (maximal-match @var{rx})
1183@cindex @code{maximal-match} in rx 1183@cindex @code{maximal-match} in rx
1184Match @var{rx}, with @code{zero-or-more}, @code{0+}, 1184Match @var{rx}, with @code{zero-or-more}, @code{0+},
1185@code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and 1185@code{one-or-more}, @code{1+}, @code{zero-or-one}, @code{opt} and
1186@code{option} using non-greedy matching. This is the default. 1186@code{optional} using non-greedy matching. This is the default.
1187@end table 1187@end table
1188 1188
1189@subsubheading Matching single characters 1189@subsubheading Matching single characters