1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-02 20:16:25 +00:00

* 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.")
(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
:group 'convenience
:version "28.1")