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