From: Robert Pluim Date: Thu, 21 Oct 2021 14:22:48 +0000 (+0200) Subject: * lisp/repeat.el (repeat-keep-prefix): Expand description. X-Git-Tag: emacs-28.0.90~216 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=caf87d80fa07234d96cb747eb4d415f8a223db43;p=emacs.git * lisp/repeat.el (repeat-keep-prefix): Expand description. --- 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")