* lisp/repeat.el (repeat-keep-prefix): Expand description.

This commit is contained in:
Robert Pluim 2021-10-21 16:22:48 +02:00
parent 24083c8d13
commit caf87d80fa

View file

@ -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")