# HG changeset patch # User Richard M. Stallman # Date 1156537817 0 # Node ID 0457084ce16703076d08f22a1cac9655517ea362 # Parent 873ae07c54d474be2bdb7a2bd64fca2358c3bea1 (kmacro-repeat-on-last-key): Doc fix. diff -r 873ae07c54d4 -r 0457084ce167 lisp/kmacro.el --- 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)