projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24083c8
)
* lisp/repeat.el (repeat-keep-prefix): Expand description.
author
Robert Pluim
<rpluim@gmail.com>
Thu, 21 Oct 2021 14:22:48 +0000
(16:22 +0200)
committer
Robert Pluim
<rpluim@gmail.com>
Fri, 22 Oct 2021 09:33:16 +0000
(11:33 +0200)
lisp/repeat.el
patch
|
blob
|
history
diff --git
a/lisp/repeat.el
b/lisp/repeat.el
index 42590b7e6d9377235cbeda0cbb9e3b8f05bfd9cd..b875b749b646da17f3cd4e660d4871d21d5999cf 100644
(file)
--- 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")