From: Juanma Barranquero Date: Tue, 4 Nov 2008 15:05:13 +0000 (+0000) Subject: * searching.texi (Regexp Search): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~1978 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d60a8ab2cef8b3fc843f2438b2eb5b0d67eae81b;p=emacs.git * searching.texi (Regexp Search): Fix typo. --- 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