Skip to content

Commit c920799

Browse files
committed
[#3606] Fix incorrect defcustom :type attribute
1 parent db6b05a commit c920799

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-ns.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ If t, save the files without confirmation."
8383
If a list of modes, any buffers visiting files on the classpath whose major
8484
mode is derived from any of the modes might be saved.
8585
If t, all buffers visiting files on the classpath might be saved."
86-
:type '(choice listp
87-
(const t))
86+
:type '(choice (repeat :tag "Enable for specific modes" symbol)
87+
(const :tag "Always" t))
8888
:group 'cider
8989
:package-version '(cider . "0.21.0"))
9090

0 commit comments

Comments
 (0)