summaryrefslogtreecommitdiff
path: root/lisp/repeat.el
diff options
context:
space:
mode:
authorRobert Pluim <rpluim@gmail.com>2021-10-22 12:15:06 +0200
committerRobert Pluim <rpluim@gmail.com>2021-10-22 12:15:06 +0200
commit9c37b812da17078f218d8f6351333108020114a3 (patch)
tree7d1f181cce5d7f33f1760439f031995426572ce9 /lisp/repeat.el
parentcaf87d80fa07234d96cb747eb4d415f8a223db43 (diff)
downloademacs-9c37b812da17078f218d8f6351333108020114a3.tar.gz
; * lisp/repeat.el (repeat-mode): Fix docstring typo.
Diffstat (limited to 'lisp/repeat.el')
-rw-r--r--lisp/repeat.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/repeat.el b/lisp/repeat.el
index b875b749b64..ac08952eaa8 100644
--- a/lisp/repeat.el
+++ b/lisp/repeat.el
@@ -387,7 +387,7 @@ the map can't be set on the command symbol property `repeat-map'.")
"Toggle Repeat mode.
When Repeat mode is enabled, and the command symbol has the property named
`repeat-map', this map is activated temporarily for the next command.
-See `describe-repeat-maps' for a list of all repeatable command."
+See `describe-repeat-maps' for a list of all repeatable commands."
:global t :group 'convenience
(if (not repeat-mode)
(remove-hook 'post-command-hook 'repeat-post-hook)