emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master dc9d0da 2/2: Set :type of suggest-key-bindings to natnum


From: Stefan Kangas
Subject: master dc9d0da 2/2: Set :type of suggest-key-bindings to natnum
Date: Fri, 24 Sep 2021 22:26:27 -0400 (EDT)

branch: master
commit dc9d0da3c2c85de0a1a15576268db98b42162803
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Set :type of suggest-key-bindings to natnum
    
    * lisp/simple.el (suggest-key-bindings): Set :type to
    natnum.  (Bug#15809)
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 298e3ea..dd48039 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]