summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-02-12 11:40:35 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-02-12 11:40:35 -0800
commit2baa4c05af10ffb285054dcb751120d44f5ff311 (patch)
tree633039197007f583c8694380092024ae98ab7cf2 /lisp/kmacro.el
parent68a8b28f5a4caf549d264ddb6a03d1ea9de1d9d6 (diff)
downloademacs-2baa4c05af10ffb285054dcb751120d44f5ff311.tar.gz
Spelling fixes.
Diffstat (limited to 'lisp/kmacro.el')
-rw-r--r--lisp/kmacro.el2
1 files changed, 1 insertions, 1 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."
;;;###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)))