From cde27dd2aeb0d8d69cf0ebc0023fe53ad0bdb6c4 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 3 Nov 2008 19:22:28 +0000 Subject: [PATCH] (looking-back): Doc fix. --- lisp/subr.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/lisp/subr.el b/lisp/subr.el index 4564d141a86..a4c04eee58f 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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 -- 2.39.2