From: Paul Eggert Date: Wed, 12 Feb 2014 19:40:35 +0000 (-0800) Subject: Spelling fixes. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2baa4c05af10ffb285054dcb751120d44f5ff311;p=emacs.git Spelling fixes. --- 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." ;;;###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))) 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: `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