projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caf87d8
)
; * lisp/repeat.el (repeat-mode): Fix docstring typo.
author
Robert Pluim
<rpluim@gmail.com>
Fri, 22 Oct 2021 10:15:06 +0000
(12:15 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Fri, 22 Oct 2021 10:15:06 +0000
(12:15 +0200)
lisp/repeat.el
patch
|
blob
|
history
diff --git
a/lisp/repeat.el
b/lisp/repeat.el
index b875b749b646da17f3cd4e660d4871d21d5999cf..ac08952eaa82f1b7f80840554007c5096df5bc3a 100644
(file)
--- 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 command
s
."
:global t :group 'convenience
(if (not repeat-mode)
(remove-hook 'post-command-hook 'repeat-post-hook)