]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/repeat.el (repeat-keep-prefix): Expand description.
authorRobert Pluim <rpluim@gmail.com>
Thu, 21 Oct 2021 14:22:48 +0000 (16:22 +0200)
committerRobert Pluim <rpluim@gmail.com>
Fri, 22 Oct 2021 09:33:16 +0000 (11:33 +0200)
lisp/repeat.el

index 42590b7e6d9377235cbeda0cbb9e3b8f05bfd9cd..b875b749b646da17f3cd4e660d4871d21d5999cf 100644 (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")