From: Stefan Kangas Date: Fri, 24 Sep 2021 23:25:47 +0000 (+0200) Subject: Set :type of suggest-key-bindings to natnum X-Git-Tag: emacs-28.0.90~664 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc9d0da3c2c85de0a1a15576268db98b42162803;p=emacs.git Set :type of suggest-key-bindings to natnum * lisp/simple.el (suggest-key-bindings): Set :type to natnum. (Bug#15809) --- diff --git a/lisp/simple.el b/lisp/simple.el index 298e3ea5ee0..dd480396f6d 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -2144,7 +2144,7 @@ Equivalent key-bindings are also shown in the completion list of \\[execute-extended-command] for all commands that have them." :group 'keyboard :type '(choice (const :tag "off" nil) - (integer :tag "time" 2) + (natnum :tag "time" 2) (other :tag "on"))) (defcustom extended-command-suggest-shorter t