1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

Spelling fixes.

This commit is contained in:
Paul Eggert 2014-02-12 11:40:35 -08:00
parent 68a8b28f5a
commit 2baa4c05af
2 changed files with 2 additions and 2 deletions

View File

@ -446,7 +446,7 @@ Optional arg EMPTY is message to print if no macros are defined."
;;;###autoload
(defun kmacro-exec-ring-item (item arg)
"Execute item ITEM from the macro ring.
ARG is the number of times to excute the item."
ARG is the number of times to execute the item."
;; Use counter and format specific to the macro on the ring!
(let ((kmacro-counter (nth 1 item))
(kmacro-counter-format-start (nth 2 item)))

View File

@ -1029,7 +1029,7 @@ of the position:
`posn-area': A symbol identifying the area the event occurred in,
or nil if the event occurred in the text area.
`posn-point': The buffer position of the event.
`posn-x-y': The pixel-based coordiates of the event.
`posn-x-y': The pixel-based coordinates of the event.
`posn-col-row': The estimated column and row corresponding to the
position of the event.
`posn-actual-col-row': The actual column and row corresponding to the