; * lisp/simple.el (suggest-key-bindings): Fix :type.
authorEli Zaretskii <eliz@gnu.org>
Sun, 17 Sep 2023 16:33:11 +0000 (19:33 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 17 Sep 2023 16:33:11 +0000 (19:33 +0300)
lisp/simple.el

index d9f4ee1970466dfb906eb98600de78ce947a462f..ef11a5eb4f6d91181de5ebc9aa5542bc68463f4a 100644 (file)
@@ -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 \