From: Richard M. Stallman Date: Fri, 25 Aug 2006 20:30:17 +0000 (+0000) Subject: (kmacro-repeat-on-last-key): Doc fix. X-Git-Tag: emacs-pretest-22.0.90~885 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5586939c0ea880899c93302e1180ffca36a22319;p=emacs.git (kmacro-repeat-on-last-key): Doc fix. --- diff --git a/lisp/kmacro.el b/lisp/kmacro.el index d3db76fcc8a..2d1f5f33847 100644 --- a/lisp/kmacro.el +++ b/lisp/kmacro.el @@ -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)