aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2008-11-04 07:35:57 +0000
committerMartin Rudalics2008-11-04 07:35:57 +0000
commit3dcde186bee61b10891774b957d2f10431707c58 (patch)
tree2ff38729f737b4c6f9c088f5c3719ac0528f18c2
parentf6bfcbb410b9ace4d3a3f04727a34db4a278c86f (diff)
downloademacs-3dcde186bee61b10891774b957d2f10431707c58.tar.gz
emacs-3dcde186bee61b10891774b957d2f10431707c58.zip
(looking-back): Fix doc-string typo.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/subr.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 186218eadb7..5599964daeb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -5,6 +5,8 @@
5 5
62008-11-04 Martin Rudalics <rudalics@gmx.at> 62008-11-04 Martin Rudalics <rudalics@gmx.at>
7 7
8 * subr.el (looking-back): Fix doc-string typo.
9
8 * electric.el (Electric-pop-up-window): Call window-end with 10 * electric.el (Electric-pop-up-window): Call window-end with
9 UPDATE set to t. 11 UPDATE set to t.
10 12
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.
2778If GREEDY is non-nil, extend the match backwards as far as 2778If GREEDY is non-nil, extend the match backwards as far as
2779possible, stopping when a single additional previous character 2779possible, stopping when a single additional previous character
2780cannot be part of a match for REGEXP. When the match is 2780cannot be part of a match for REGEXP. When the match is
2781extended, its starting positiong is allowed to occur before 2781extended, its starting position is allowed to occur before
2782LIMIT." 2782LIMIT."
2783 (let ((start (point)) 2783 (let ((start (point))
2784 (pos 2784 (pos