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

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

[nongnu] elpa/inf-clojure edbdd09569 3/3: Specify customize variable :ty


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure edbdd09569 3/3: Specify customize variable :type attribute
Date: Tue, 8 Feb 2022 05:58:16 -0500 (EST)

branch: elpa/inf-clojure
commit edbdd09569cac829f824a1f52dd15829de6f8904
Author: Shohei YOSHIDA <syohex@gmail.com>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Specify customize variable :type attribute
---
 inf-clojure.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/inf-clojure.el b/inf-clojure.el
index 34a6feeeca..45347663e4 100644
--- a/inf-clojure.el
+++ b/inf-clojure.el
@@ -450,7 +450,8 @@ number (e.g. (\"localhost\" . 5555))."
    "Form to be used to start `inf-clojure'.
 Can be a cons pair of (host . port) where host is a string and
 port is an integer, or a string to startup an interpreter like
-\"planck\".")
+\"planck\"."
+   :type '(choice (cons string integer) (const nil)))
 
 (defcustom inf-clojure-custom-repl-type
   nil



reply via email to

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