]> code.delx.au - gnu-emacs/blobdiff - doc/lispref/searching.texi
* nonascii.texi (Text Representations): Copyedits.
[gnu-emacs] / doc / lispref / searching.texi
index e61dbb1dbb2f68955962bf2e96f6b2f437f6ce8a..eea165d1c1f1a11c20b5682056fccc98a37de46a 100644 (file)
@@ -1,7 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
 @c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999, 2001,
-@c   2002, 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
+@c   2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../../info/searching
 @node Searching and Matching, Syntax Tables, Non-ASCII Characters, Top
@@ -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