summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2022-07-02 15:00:35 +0200
committerDaniel Mendler <mail@daniel-mendler.de>2022-07-02 15:00:35 +0200
commitf6fa82f6d132e4bf850a404557965e768b80aa21 (patch)
tree1183c8975582d6aa207997e4fa491271657a9953
parent5a8c2f50a1411800d0f9f890230d76c8cefb8ce2 (diff)
Fix defcustom type
-rw-r--r--corfu.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/corfu.el b/corfu.el
index c30014f..499020c 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.