]> git.eshelyaron.com Git - emacs.git/commitdiff
(looking-back): Doc fix.
authorChong Yidong <cyd@stupidchicken.com>
Mon, 3 Nov 2008 19:22:28 +0000 (19:22 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Mon, 3 Nov 2008 19:22:28 +0000 (19:22 +0000)
lisp/subr.el

index 4564d141a860df10309cb2d167c42a6b21f4f108..a4c04eee58f347c44a0a1d4d74416e88065565b9 100644 (file)
@@ -2775,9 +2775,11 @@ LIMIT if non-nil speeds up the search by specifying a minimum
 starting position, to avoid checking matches that would start
 before LIMIT.
 
-If GREEDY is non-nil, extend the match backwards as far as possible,
-stopping when a single additional previous character cannot be part
-of a match for REGEXP."
+If GREEDY is non-nil, extend 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
+LIMIT."
   (let ((start (point))
        (pos
         (save-excursion