]> git.eshelyaron.com Git - emacs.git/commitdiff
Set :type of suggest-key-bindings to natnum
authorStefan Kangas <stefan@marxist.se>
Fri, 24 Sep 2021 23:25:47 +0000 (01:25 +0200)
committerStefan Kangas <stefan@marxist.se>
Sat, 25 Sep 2021 02:15:22 +0000 (04:15 +0200)
* lisp/simple.el (suggest-key-bindings): Set :type to
natnum.  (Bug#15809)

lisp/simple.el

index 298e3ea5ee0924c14304a52ee457285bbd983bd7..dd480396f6d908181ee4dd34db12a8505378f949 100644 (file)
@@ -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