branch: externals/corfu
commit f6fa82f6d132e4bf850a404557965e768b80aa21
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    Fix defcustom type
---
 corfu.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/corfu.el b/corfu.el
index c30014fd19..499020c507 100644
--- a/corfu.el
+++ b/corfu.el
@@ -135,8 +135,8 @@ delay."
                  (const :tag "Instant" t)
                  (number :tag "Delay in seconds")
                  (cons :tag "Two Delays"
-                       (choice :tag "Initial   " number))
-                       (choice :tag "Subsequent" number)))
+                       (choice :tag "Initial   " number)
+                       (choice :tag "Subsequent" number))))
 
 (defcustom corfu-margin-formatters nil
   "Registry for margin formatter functions.

Reply via email to