Skip to content

Commit 7e7eefd

Browse files
committed
Fix typo in inf-clojure-*-cmd defcustoms
1 parent 3b4d27b commit 7e7eefd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

inf-clojure.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
162162
of command, consisting of a host and port
163163
number (e.g. (\"localhost\" . 5555)). That's useful if you're
164164
often 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
172172
of command, consisting of a host and port
173173
number (e.g. (\"localhost\" . 5555)). That's useful if you're
174174
often 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
182182
of command, consisting of a host and port
183183
number (e.g. (\"localhost\" . 5555)). That's useful if you're
184184
often connecting to a remote REPL process."

0 commit comments

Comments
 (0)