@@ -158,7 +158,7 @@ The following commands are available:
158
158
(defcustom inf-clojure-lein-cmd " lein repl"
159
159
" The command used to start a Clojure REPL for Leiningen projects.
160
160
161
- Alternative you can specify a TCP connection cons pair, instead
161
+ Alternatively you can specify a TCP connection cons pair, instead
162
162
of command, consisting of a host and port
163
163
number (e.g. (\" localhost\" . 5555)). That's useful if you're
164
164
often connecting to a remote REPL process."
@@ -168,7 +168,7 @@ often connecting to a remote REPL process."
168
168
(defcustom inf-clojure-boot-cmd " boot repl"
169
169
" The command used to start a Clojure REPL for Boot projects.
170
170
171
- Alternative you can specify a TCP connection cons pair, instead
171
+ Alternatively you can specify a TCP connection cons pair, instead
172
172
of command, consisting of a host and port
173
173
number (e.g. (\" localhost\" . 5555)). That's useful if you're
174
174
often connecting to a remote REPL process."
@@ -178,7 +178,7 @@ often connecting to a remote REPL process."
178
178
(defcustom inf-clojure-generic-cmd " lein repl"
179
179
" The command used to start a Clojure REPL outside Lein/Boot projects.
180
180
181
- Alternative you can specify a TCP connection cons pair, instead
181
+ Alternatively you can specify a TCP connection cons pair, instead
182
182
of command, consisting of a host and port
183
183
number (e.g. (\" localhost\" . 5555)). That's useful if you're
184
184
often connecting to a remote REPL process."
0 commit comments