# HG changeset patch # User Martin Rudalics # Date 1225784128 0 # Node ID a105d0ab85f34888bf8487f1fe8306770f6af935 # Parent 5843a66ad69e796e7da31b2ffdde4fde638c2eb9 (looking-back): Fix doc-string typo. diff -r 5843a66ad69e -r a105d0ab85f3 lisp/subr.el --- a/lisp/subr.el Tue Nov 04 07:31:04 2008 +0000 +++ b/lisp/subr.el Tue Nov 04 07:35:28 2008 +0000 @@ -2778,7 +2778,7 @@ 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 +extended, its starting position is allowed to occur before LIMIT." (let ((start (point)) (pos