aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/kmacro.el2
-rw-r--r--lisp/subr.el2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/kmacro.el b/lisp/kmacro.el
index 1cdc2e3cab8..4d93926dd69 100644
--- a/lisp/kmacro.el
+++ b/lisp/kmacro.el
@@ -446,7 +446,7 @@ Optional arg EMPTY is message to print if no macros are defined."
446;;;###autoload 446;;;###autoload
447(defun kmacro-exec-ring-item (item arg) 447(defun kmacro-exec-ring-item (item arg)
448 "Execute item ITEM from the macro ring. 448 "Execute item ITEM from the macro ring.
449ARG is the number of times to excute the item." 449ARG is the number of times to execute the item."
450 ;; Use counter and format specific to the macro on the ring! 450 ;; Use counter and format specific to the macro on the ring!
451 (let ((kmacro-counter (nth 1 item)) 451 (let ((kmacro-counter (nth 1 item))
452 (kmacro-counter-format-start (nth 2 item))) 452 (kmacro-counter-format-start (nth 2 item)))
diff --git a/lisp/subr.el b/lisp/subr.el
index 745d0b2f572..ad783acc929 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -1029,7 +1029,7 @@ of the position:
1029`posn-area': A symbol identifying the area the event occurred in, 1029`posn-area': A symbol identifying the area the event occurred in,
1030or nil if the event occurred in the text area. 1030or nil if the event occurred in the text area.
1031`posn-point': The buffer position of the event. 1031`posn-point': The buffer position of the event.
1032`posn-x-y': The pixel-based coordiates of the event. 1032`posn-x-y': The pixel-based coordinates of the event.
1033`posn-col-row': The estimated column and row corresponding to the 1033`posn-col-row': The estimated column and row corresponding to the
1034position of the event. 1034position of the event.
1035`posn-actual-col-row': The actual column and row corresponding to the 1035`posn-actual-col-row': The actual column and row corresponding to the