* lisp/repeat.el (repeat-keep-prefix): Expand description.
This commit is contained in:
parent
24083c8d13
commit
caf87d80fa
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ of the specified number of seconds."
|
||||||
"Timer activated after the last key typed in the repeating key sequence.")
|
"Timer activated after the last key typed in the repeating key sequence.")
|
||||||
|
|
||||||
(defcustom repeat-keep-prefix t
|
(defcustom repeat-keep-prefix t
|
||||||
"Keep the prefix arg of the previous command."
|
"Whether to keep the prefix arg of the previous command when repeating."
|
||||||
:type 'boolean
|
:type 'boolean
|
||||||
:group 'convenience
|
:group 'convenience
|
||||||
:version "28.1")
|
:version "28.1")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue