branch: elpa/inf-clojure commit 16455abd28933af7c7d6f22dd41414a3c3c66d63 Author: Steve Ashton <nothsaev...@gmail.com> Commit: Andrea Richiardi <a.richiardi.w...@gmail.com>
Fix typo in inf-clojure--joker-repl-form (#163) --- inf-clojure.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inf-clojure.el b/inf-clojure.el index 84eac7d..1403432 100644 --- a/inf-clojure.el +++ b/inf-clojure.el @@ -282,7 +282,7 @@ often connecting to a remote REPL process." (defcustom inf-clojure--joker-repl-form "(find-ns 'joker.repl)" - "Form to invoke in order to verify that we launched a Planck REPL." + "Form to invoke in order to verify that we launched a Joker REPL." :type 'string :safe #'stringp :package-version '(inf-clojure . "2.2.0"))