summaryrefslogtreecommitdiff
path: root/doc/lispref/searching.texi
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-11-04 15:05:13 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-11-04 15:05:13 +0000
commitd60a8ab2cef8b3fc843f2438b2eb5b0d67eae81b (patch)
treecc78a280ce00e8e4acfa9c4f0d59fc27327d30cc /doc/lispref/searching.texi
parent079a5e72dfa701047d77a6556878ddd1465a2cb0 (diff)
downloademacs-d60a8ab2cef8b3fc843f2438b2eb5b0d67eae81b.tar.gz
* searching.texi (Regexp Search): Fix typo.
Diffstat (limited to 'doc/lispref/searching.texi')
-rw-r--r--doc/lispref/searching.texi2
1 files changed, 1 insertions, 1 deletions
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