@@ -158,7 +158,7 @@ The following commands are available:
158158(defcustom inf-clojure-lein-cmd " lein repl"
159159 " The command used to start a Clojure REPL for Leiningen projects.
160160
161- Alternative you can specify a TCP connection cons pair, instead
161+ Alternatively you can specify a TCP connection cons pair, instead
162162of command, consisting of a host and port
163163number (e.g. (\" localhost\" . 5555)). That's useful if you're
164164often connecting to a remote REPL process."
@@ -168,7 +168,7 @@ often connecting to a remote REPL process."
168168(defcustom inf-clojure-boot-cmd " boot repl"
169169 " The command used to start a Clojure REPL for Boot projects.
170170
171- Alternative you can specify a TCP connection cons pair, instead
171+ Alternatively you can specify a TCP connection cons pair, instead
172172of command, consisting of a host and port
173173number (e.g. (\" localhost\" . 5555)). That's useful if you're
174174often connecting to a remote REPL process."
@@ -178,7 +178,7 @@ often connecting to a remote REPL process."
178178(defcustom inf-clojure-generic-cmd " lein repl"
179179 " The command used to start a Clojure REPL outside Lein/Boot projects.
180180
181- Alternative you can specify a TCP connection cons pair, instead
181+ Alternatively you can specify a TCP connection cons pair, instead
182182of command, consisting of a host and port
183183number (e.g. (\" localhost\" . 5555)). That's useful if you're
184184often connecting to a remote REPL process."
0 commit comments