From caf87d80fa07234d96cb747eb4d415f8a223db43 Mon Sep 17 00:00:00 2001 From: Robert Pluim Date: Thu, 21 Oct 2021 16:22:48 +0200 Subject: [PATCH] * lisp/repeat.el (repeat-keep-prefix): Expand description. --- lisp/repeat.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/repeat.el b/lisp/repeat.el index 42590b7e6d9..b875b749b64 100644 --- a/lisp/repeat.el +++ b/lisp/repeat.el @@ -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") -- 2.39.2