]> git.eshelyaron.com Git - emacs.git/commitdiff
* searching.texi (Regexp Search): Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 4 Nov 2008 15:05:13 +0000 (15:05 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 4 Nov 2008 15:05:13 +0000 (15:05 +0000)
doc/lispref/ChangeLog
doc/lispref/searching.texi

index dac92522f96b42e91b165e4cc5f8585c4bff849d..cc699f665409e65355daeb05a039e1e9e125399a 100644 (file)
@@ -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.
index e61dbb1dbb2f68955962bf2e96f6b2f437f6ce8a..9e575b5c65aba4bc71317bfa32862714c1165ae5 100644 (file)
@@ -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