]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/searching.texi: Typo fix
authorMattias Engdegård <mattiase@acm.org>
Mon, 5 Aug 2019 08:28:17 +0000 (10:28 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 5 Aug 2019 08:30:08 +0000 (10:30 +0200)
doc/lispref/searching.texi

index d7810580b940c8ac3fdace4c2a5feb2ab2a9a68b..2088f16e47cdb5a75aec1c3f3b35e6a474f190c1 100644 (file)
@@ -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