From 5586939c0ea880899c93302e1180ffca36a22319 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 25 Aug 2006 20:30:17 +0000 Subject: (kmacro-repeat-on-last-key): Doc fix. --- lisp/kmacro.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/kmacro.el') diff --git a/lisp/kmacro.el b/lisp/kmacro.el index d3db76fcc8..2d1f5f3384 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) -- cgit v1.2.3