* lisp/repeat.el (repeat-mode): Fix message format.
This commit is contained in:
parent
137539c125
commit
3f66e2a903
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ See `describe-repeat-maps' for a list of all repeatable commands."
|
|||
(and (commandp s)
|
||||
(get s 'repeat-map)
|
||||
(push (get s 'repeat-map) keymaps))))))
|
||||
(message "Repeat mode is enabled for %d commands and %d keymaps; see `describe-repeat-maps'."
|
||||
(message "Repeat mode is enabled for %d commands and %d keymaps; see `describe-repeat-maps'"
|
||||
(length commands)
|
||||
(length (delete-dups keymaps))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue