From d60a8ab2cef8b3fc843f2438b2eb5b0d67eae81b Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 4 Nov 2008 15:05:13 +0000 Subject: * searching.texi (Regexp Search): Fix typo. --- doc/lispref/searching.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/lispref/searching.texi') 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 -- cgit v1.2.1