emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/which-key 19ed037151 1/2: Specify more precise customiz


From: ELPA Syncer
Subject: [elpa] externals/which-key 19ed037151 1/2: Specify more precise customization type, natnum instead of integer
Date: Wed, 28 Feb 2024 21:59:06 -0500 (EST)

branch: externals/which-key
commit 19ed03715107082ebfd8c1c6be71944331f916d3
Author: Jeremy Bryant <jb@jeremybryant.net>
Commit: Justin Burkett <justin@burkett.cc>

    Specify more precise customization type, natnum instead of integer
    
    * which-key.el (which-key-add-column-padding):  Use natnum
---
 which-key.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/which-key.el b/which-key.el
index 600f02f3f8..dce9718c5b 100644
--- a/which-key.el
+++ b/which-key.el
@@ -106,7 +106,7 @@ before.  Truncation is done using `which-key-ellipsis'."
 (defcustom which-key-min-column-description-width 0
   "Every column should at least have this width."
   :group 'which-key
-  :type 'integer
+  :type 'natnum
   :version "1.0")
 
 (defcustom which-key-add-column-padding 0



reply via email to

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