]> git.eshelyaron.com Git - emacs.git/commitdiff
(kmacro-repeat-on-last-key): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 25 Aug 2006 20:30:17 +0000 (20:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 25 Aug 2006 20:30:17 +0000 (20:30 +0000)
lisp/kmacro.el

index d3db76fcc8a8f4323dae64d471e03163d497f618..2d1f5f33847df8a540dfbe1b66dbbbe7c1901519 100644 (file)
@@ -409,7 +409,7 @@ Optional arg EMPTY is message to print if no macros are defined."
 
 
 (defun kmacro-repeat-on-last-key (keys)
-  "Process kmacro commands keys immidiately after cycling the ring."
+  "Process kmacro commands keys immediately after cycling the ring."
   (setq keys (vconcat keys))
   (let ((n (1- (length keys)))
        cmd done repeat)