Mercurial > emacs
changeset 99374:91cf0734f257
* searching.texi (Regexp Search): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Tue, 04 Nov 2008 15:05:13 +0000 |
parents | fd157eb8c223 |
children | 18d75bb504da |
files | doc/lispref/ChangeLog doc/lispref/searching.texi |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/ChangeLog Tue Nov 04 14:49:10 2008 +0000 +++ b/doc/lispref/ChangeLog Tue Nov 04 15:05:13 2008 +0000 @@ -1,3 +1,7 @@ +2008-11-04 Juanma Barranquero <lekktu@gmail.com> + + * searching.texi (Regexp Search): Fix typo. + 2008-11-03 Seweryn Kokot <sewkokot@gmail.com> (tiny change) * searching.texi (Regexp Search): Document GREEDY arg.
--- a/doc/lispref/searching.texi Tue Nov 04 14:49:10 2008 +0000 +++ b/doc/lispref/searching.texi Tue Nov 04 15:05:13 2008 +0000 @@ -1108,7 +1108,7 @@ 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