From d60a8ab2cef8b3fc843f2438b2eb5b0d67eae81b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 4 Nov 2008 15:05:13 +0000 Subject: [PATCH] * searching.texi (Regexp Search): Fix typo. --- doc/lispref/ChangeLog | 4 ++++ doc/lispref/searching.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index dac92522f96..cc699f66540 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,7 @@ +2008-11-04 Juanma Barranquero + + * searching.texi (Regexp Search): Fix typo. + 2008-11-03 Seweryn Kokot (tiny change) * searching.texi (Regexp Search): Document GREEDY arg. diff --git a/doc/lispref/searching.texi b/doc/lispref/searching.texi index e61dbb1dbb2..9e575b5c65a 100644 --- a/doc/lispref/searching.texi +++ b/doc/lispref/searching.texi @@ -1108,7 +1108,7 @@ found must begin at or after @var{limit}. If @var{greedy} is non-@code{nil}, this function extends the match backwards as far as possible, stopping when a single additional previous character cannot be part of a match for regexp. When the -match is extended, its starting positiong is allowed to occur before +match is extended, its starting position is allowed to occur before @var{limit}. @example -- 2.39.2