]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/searching.texi (Rx Constructs): Fix typo.
authorMattias Engdegård <mattiase@acm.org>
Tue, 17 Sep 2019 10:01:15 +0000 (12:01 +0200)
committerMattias Engdegård <mattiase@acm.org>
Tue, 17 Sep 2019 10:02:31 +0000 (12:02 +0200)
doc/lispref/searching.texi

index 2088f16e47cdb5a75aec1c3f3b35e6a474f190c1..1286b63446adb82f04de0b6acaa09c4b498f1ad4 100644 (file)
@@ -1183,7 +1183,7 @@ Match @var{rx}, with @code{zero-or-more}, @code{0+},
 @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{optional} using non-greedy matching.  This is the default.
+@code{optional} using greedy matching.  This is the default.
 @end table
 
 @subsubheading Matching single characters