From: Eli Zaretskii Date: Sun, 17 Sep 2023 16:33:11 +0000 (+0300) Subject: ; * lisp/simple.el (suggest-key-bindings): Fix :type. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e65ed927953d1c7cc16d6d61f434748ad4356443;p=emacs.git ; * lisp/simple.el (suggest-key-bindings): Fix :type. --- 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 \