Skip to content

Commit 98b530a

Browse files
committed
Refine a docstring
1 parent d9e4400 commit 98b530a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

inf-clojure.el

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,12 @@ The following commands are available:
139139
#'inf-clojure-completion-at-point))
140140

141141
(defcustom inf-clojure-program "lein repl"
142-
"Either a program name or a connection cons pair consisting of a host
143-
and port number (e.g. (\"localhost\" . 5555)), for invoking an inferior Clojure
144-
in Inferior Clojure mode."
142+
"The command used to start an inferior Clojure process in `inf-clojure-mode'.
143+
144+
Alternative you can specify a TCP connection cons pair, instead
145+
of command, consisting of a host and port
146+
number (e.g. (\"localhost\" . 5555)). That's useful if you're
147+
often connecting to a remote REPL process."
145148
:type '(choice (string)
146149
(cons string integer))
147150
:group 'inf-clojure)

0 commit comments

Comments
 (0)