From e65ed927953d1c7cc16d6d61f434748ad4356443 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 17 Sep 2023 19:33:11 +0300 Subject: [PATCH] ; * lisp/simple.el (suggest-key-bindings): Fix :type. --- lisp/simple.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/simple.el b/lisp/simple.el index d9f4ee19704..ef11a5eb4f6 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2504,7 +2504,7 @@ Equivalent key-bindings are also shown in the completion list of :group 'keyboard :type '(choice (const :tag "off" nil) (natnum :tag "time" 2) - (other :tag "on"))) + (other :tag "on" t))) (defcustom extended-command-suggest-shorter t "If non-nil, show a shorter \\[execute-extended-command] invocation \ -- 2.39.5