changeset 72518:0457084ce167

(kmacro-repeat-on-last-key): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Aug 2006 20:30:17 +0000
parents 873ae07c54d4
children 3a91203cdb2a
files lisp/kmacro.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/kmacro.el	Fri Aug 25 20:27:58 2006 +0000
+++ b/lisp/kmacro.el	Fri Aug 25 20:30:17 2006 +0000
@@ -409,7 +409,7 @@
 
 
 (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)