emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/inf-clojure 16455ab 224/313: Fix typo in inf-clojure--joke


From: ELPA Syncer
Subject: [nongnu] elpa/inf-clojure 16455ab 224/313: Fix typo in inf-clojure--joker-repl-form (#163)
Date: Wed, 11 Aug 2021 10:00:22 -0400 (EDT)

branch: elpa/inf-clojure
commit 16455abd28933af7c7d6f22dd41414a3c3c66d63
Author: Steve Ashton <nothsaevets@gmail.com>
Commit: Andrea Richiardi <a.richiardi.work@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"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]