+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.
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