; * lisp/repeat.el (repeat-mode): Fix docstring typo.
This commit is contained in:
parent
caf87d80fa
commit
9c37b812da
1 changed files with 1 additions and 1 deletions
|
@ -387,7 +387,7 @@ the map can't be set on the command symbol property `repeat-map'.")
|
||||||
"Toggle Repeat mode.
|
"Toggle Repeat mode.
|
||||||
When Repeat mode is enabled, and the command symbol has the property named
|
When Repeat mode is enabled, and the command symbol has the property named
|
||||||
`repeat-map', this map is activated temporarily for the next command.
|
`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
|
:global t :group 'convenience
|
||||||
(if (not repeat-mode)
|
(if (not repeat-mode)
|
||||||
(remove-hook 'post-command-hook 'repeat-post-hook)
|
(remove-hook 'post-command-hook 'repeat-post-hook)
|
||||||
|
|
Loading…
Add table
Reference in a new issue