emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 caf87d8 2/4: * lisp/repeat.el (repeat-keep-prefix): Expand desc


From: Robert Pluim
Subject: emacs-28 caf87d8 2/4: * lisp/repeat.el (repeat-keep-prefix): Expand description.
Date: Fri, 22 Oct 2021 06:21:08 -0400 (EDT)

branch: emacs-28
commit caf87d80fa07234d96cb747eb4d415f8a223db43
Author: Robert Pluim <rpluim@gmail.com>
Commit: Robert Pluim <rpluim@gmail.com>

    * 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 42590b7..b875b74 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]