1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-23 10:34:07 +00:00

(kmacro-repeat-on-last-key): Doc fix.

This commit is contained in:
Richard M. Stallman 2006-08-25 20:30:17 +00:00
parent 288b9df9b9
commit 5586939c0e

View File

@ -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)