aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2021-10-21 16:22:48 +0200
committerRobert Pluim2021-10-22 11:33:16 +0200
commitcaf87d80fa07234d96cb747eb4d415f8a223db43 (patch)
tree243fbbc9a39ae9305cfa0c2fb3539be78570f7f3
parent24083c8d1330baf9ceda16b79ee3d285b7156023 (diff)
downloademacs-caf87d80fa07234d96cb747eb4d415f8a223db43.tar.gz
emacs-caf87d80fa07234d96cb747eb4d415f8a223db43.zip
* lisp/repeat.el (repeat-keep-prefix): Expand description.
-rw-r--r--lisp/repeat.el2
1 files changed, 1 insertions, 1 deletions
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."
355 "Timer activated after the last key typed in the repeating key sequence.") 355 "Timer activated after the last key typed in the repeating key sequence.")
356 356
357(defcustom repeat-keep-prefix t 357(defcustom repeat-keep-prefix t
358 "Keep the prefix arg of the previous command." 358 "Whether to keep the prefix arg of the previous command when repeating."
359 :type 'boolean 359 :type 'boolean
360 :group 'convenience 360 :group 'convenience
361 :version "28.1") 361 :version "28.1")