aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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")