From 3dcde186bee61b10891774b957d2f10431707c58 Mon Sep 17 00:00:00 2001 From: Martin Rudalics Date: Tue, 4 Nov 2008 07:35:57 +0000 Subject: [PATCH] (looking-back): Fix doc-string typo. --- lisp/ChangeLog | 2 ++ lisp/subr.el | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 186218eadb7..5599964daeb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,6 +5,8 @@ 2008-11-04 Martin Rudalics + * subr.el (looking-back): Fix doc-string typo. + * electric.el (Electric-pop-up-window): Call window-end with UPDATE set to t. diff --git a/lisp/subr.el b/lisp/subr.el index a4c04eee58f..ccb235b5c4d 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -2778,7 +2778,7 @@ 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. 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 -- 2.39.2