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

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

[elpa] externals/corfu f6fa82f6d1 1/3: Fix defcustom type


From: ELPA Syncer
Subject: [elpa] externals/corfu f6fa82f6d1 1/3: Fix defcustom type
Date: Sat, 2 Jul 2022 09:57:32 -0400 (EDT)

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

    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

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