Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 98b530a

Browse filesBrowse files
committed
Refine a docstring
1 parent d9e4400 commit 98b530a
Copy full SHA for 98b530a

File tree

Expand file treeCollapse file tree

1 file changed

+6
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+6
-3
lines changed

‎inf-clojure.el

Copy file name to clipboardExpand all lines: inf-clojure.el
+6-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.