summaryrefslogtreecommitdiff
path: root/lisp/kmacro.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2006-08-25 20:30:17 +0000
committerRichard M. Stallman <rms@gnu.org>2006-08-25 20:30:17 +0000
commitf6ba441d1daa28b635b8c5096f067ed1aa78c7d3 (patch)
tree77fc674d58ca9e9cc0bebf2b598da6ba9d87b6df /lisp/kmacro.el
parentb2d69b563fb21bac53d3bc5d361c624fadb50964 (diff)
downloademacs-f6ba441d1daa28b635b8c5096f067ed1aa78c7d3.tar.gz
(kmacro-repeat-on-last-key): Doc fix.
Diffstat (limited to 'lisp/kmacro.el')
-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."
(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)