Skip to content

Commit baddbc5

Browse files
committed
[#3606] Fix a couple of defcustom :type attributes
1 parent 2d04e9e commit baddbc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cider-client.el

+2-2
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Assuming this is the Clojure map you want to use as `cljfmt' options:
250250
you need to encode it as the following plist:
251251
252252
\\='((\"indents\" ((\"org.me/foo\" ((\"inner\" 0))))) (\"alias-map\" ((\"me\" \"org.me\"))))"
253-
:type 'list
253+
:type '(repeat sexp)
254254
:group 'cider
255255
:package-version '(cider . "1.1.0"))
256256

@@ -317,7 +317,7 @@ nil."
317317
Here's an example for `pprint':
318318
319319
\\='((\"length\" 50) (\"right-margin\" 70))"
320-
:type 'list
320+
:type '(repeat sexp)
321321
:group 'cider
322322
:package-version '(cider . "0.21.0"))
323323

0 commit comments

Comments
 (0)