emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 47a3e0d: ; * doc/lispref/searching.texi: Typo fix


From: Mattias Engdegård
Subject: [Emacs-diffs] master 47a3e0d: ; * doc/lispref/searching.texi: Typo fix
Date: Mon, 5 Aug 2019 04:30:17 -0400 (EDT)

branch: master
commit 47a3e0dc2cb2f583fcb52599bfc06849ec2389d8
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    ; * doc/lispref/searching.texi: Typo fix
---
 doc/lispref/searching.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi
index d781058..2088f16 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.
 @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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]