]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/repeat.el (repeat-mode): Fix message format.
authorStefan Kangas <stefan@marxist.se>
Tue, 21 Jun 2022 11:56:58 +0000 (13:56 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 21 Jun 2022 11:57:30 +0000 (13:57 +0200)
lisp/repeat.el

index 040ce818a24a3690b2d85ef12caa14e62537eb84..4d04f5ae951889c68f0ae066ae6ddf3545800a25 100644 (file)
@@ -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))))))