From: Mattias EngdegÄrd Date: Tue, 17 Sep 2019 10:01:15 +0000 (+0200) Subject: * doc/lispref/searching.texi (Rx Constructs): Fix typo. X-Git-Tag: emacs-27.0.90~1551^2~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d27fb533ffe8aa40285daecd8e3eab0ca0b7484e;p=emacs.git * doc/lispref/searching.texi (Rx Constructs): Fix typo. --- 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+}, @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