Skip to content

Commit 16455ab

Browse files
sashtonarichiardi
authored andcommitted
Fix typo in inf-clojure--joker-repl-form (#163)
1 parent f3d6a68 commit 16455ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inf-clojure.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ often connecting to a remote REPL process."
282282

283283
(defcustom inf-clojure--joker-repl-form
284284
"(find-ns 'joker.repl)"
285-
"Form to invoke in order to verify that we launched a Planck REPL."
285+
"Form to invoke in order to verify that we launched a Joker REPL."
286286
:type 'string
287287
:safe #'stringp
288288
:package-version '(inf-clojure . "2.2.0"))

0 commit comments

Comments
 (0)