]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/repeat.el (repeat-mode): Fix docstring typo.
authorRobert Pluim <rpluim@gmail.com>
Fri, 22 Oct 2021 10:15:06 +0000 (12:15 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 22 Oct 2021 10:15:06 +0000 (12:15 +0200)
lisp/repeat.el

index b875b749b646da17f3cd4e660d4871d21d5999cf..ac08952eaa82f1b7f80840554007c5096df5bc3a 100644 (file)
@@ -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)