(looking-back): Fix doc-string typo.
authorMartin Rudalics <rudalics@gmx.at>
Tue, 4 Nov 2008 07:35:57 +0000 (07:35 +0000)
committerMartin Rudalics <rudalics@gmx.at>
Tue, 4 Nov 2008 07:35:57 +0000 (07:35 +0000)
lisp/ChangeLog
lisp/subr.el

index 186218e..5599964 100644 (file)
@@ -5,6 +5,8 @@
 
 2008-11-04  Martin Rudalics  <rudalics@gmx.at>
 
+       * subr.el (looking-back): Fix doc-string typo.
+
        * electric.el (Electric-pop-up-window): Call window-end with
        UPDATE set to t.
 
index a4c04ee..ccb235b 100644 (file)
@@ -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