aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2006-08-25 20:30:17 +0000
committerRichard M. Stallman2006-08-25 20:30:17 +0000
commit5586939c0ea880899c93302e1180ffca36a22319 (patch)
tree1526de60d4a42047f611a4e7de5260e7285a21b5
parent288b9df9b92498d07c024e9cd56e0b4ce28a1bf7 (diff)
downloademacs-5586939c0ea880899c93302e1180ffca36a22319.tar.gz
emacs-5586939c0ea880899c93302e1180ffca36a22319.zip
(kmacro-repeat-on-last-key): Doc fix.
-rw-r--r--lisp/kmacro.el2
1 files changed, 1 insertions, 1 deletions
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."
409 409
410 410
411(defun kmacro-repeat-on-last-key (keys) 411(defun kmacro-repeat-on-last-key (keys)
412 "Process kmacro commands keys immidiately after cycling the ring." 412 "Process kmacro commands keys immediately after cycling the ring."
413 (setq keys (vconcat keys)) 413 (setq keys (vconcat keys))
414 (let ((n (1- (length keys))) 414 (let ((n (1- (length keys)))
415 cmd done repeat) 415 cmd done repeat)