Skip to content

Commit edbdd09

Browse files
syohexbbatsov
authored andcommitted
Specify customize variable :type attribute
1 parent a510837 commit edbdd09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

inf-clojure.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ number (e.g. (\"localhost\" . 5555))."
450450
"Form to be used to start `inf-clojure'.
451451
Can be a cons pair of (host . port) where host is a string and
452452
port is an integer, or a string to startup an interpreter like
453-
\"planck\".")
453+
\"planck\"."
454+
:type '(choice (cons string integer) (const nil)))
454455

455456
(defcustom inf-clojure-custom-repl-type
456457
nil

0 commit comments

Comments
 (0)