aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias EngdegÄrd2019-09-17 12:01:15 +0200
committerMattias EngdegÄrd2019-09-17 12:02:31 +0200
commitd27fb533ffe8aa40285daecd8e3eab0ca0b7484e (patch)
treeddac2d28d74d8d851abf6e6f6be7bd95d71930ab
parente80e037eec371e02e8160e4a9230e9a2822dd3e0 (diff)
downloademacs-d27fb533ffe8aa40285daecd8e3eab0ca0b7484e.tar.gz
emacs-d27fb533ffe8aa40285daecd8e3eab0ca0b7484e.zip
* doc/lispref/searching.texi (Rx Constructs): Fix typo.
-rw-r--r--doc/lispref/searching.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi
index 2088f16e47c..1286b63446a 100644
--- a/doc/lispref/searching.texi
+++ b/doc/lispref/searching.texi
@@ -1183,7 +1183,7 @@ Match @var{rx}, with @code{zero-or-more}, @code{0+},
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{optional} using non-greedy matching. This is the default. 1186@code{optional} using greedy matching. This is the default.
1187@end table 1187@end table
1188 1188
1189@subsubheading Matching single characters 1189@subsubheading Matching single characters