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

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

[elpa] externals/corfu 9e1d2fb 3/3: Fix defcustom


From: ELPA Syncer
Subject: [elpa] externals/corfu 9e1d2fb 3/3: Fix defcustom
Date: Thu, 22 Jul 2021 07:57:09 -0400 (EDT)

branch: externals/corfu
commit 9e1d2fbc64ff2e80b5f879987b8ed7f9ad52abba
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix defcustom
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 93c9f2d..c496287 100644
--- a/corfu.el
+++ b/corfu.el
@@ -67,7 +67,7 @@
 
 (defcustom corfu-commit-predicate t
   "Automatically commit the selected candidate if the predicate returns t."
-  :type '(choice (const nil) (const t) 'function))
+  :type '(choice boolean (function :tag "Predicate function")))
 
 (defcustom corfu-quit-at-boundary nil
   "Automatically quit at completion field/word boundary.



reply via email to

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