emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 9c37b81 3/4: ; * lisp/repeat.el (repeat-mode): Fix docstring ty


From: Robert Pluim
Subject: emacs-28 9c37b81 3/4: ; * lisp/repeat.el (repeat-mode): Fix docstring typo.
Date: Fri, 22 Oct 2021 06:21:08 -0400 (EDT)

branch: emacs-28
commit 9c37b812da17078f218d8f6351333108020114a3
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    ; * lisp/repeat.el (repeat-mode): Fix docstring typo.
---
 lisp/repeat.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/repeat.el b/lisp/repeat.el
index b875b74..ac08952 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]