summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-01-21 20:06:31 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-01-21 20:06:31 +0200
commitbe2341d93870a1f95321aa72b25516b71bb04fe5 (patch)
treefcf81734c069871dc0d1a46036f6d4d14808b20e /cider-repl.el
parent107e05c292ae1d42389ffe456f796e80b25cb66a (diff)
Drop support for cljx
Clojure 1.7 has been around for 3 years now and it's pretty safe to assume almost no one is still using cljx at this point.
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index ac7d141e..7b0653e5 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -1032,7 +1032,7 @@ With a prefix argument CLEAR-REPL it will clear the entire REPL buffer instead."
(defun cider-repl-set-ns (ns)
"Switch the namespace of the REPL buffer to NS.
-If called from a cljc or cljx buffer act on both the Clojure and
+If called from a cljc buffer act on both the Clojure and
ClojureScript REPL if there are more than one REPL present.
If invoked in a REPL buffer the command will prompt for the name of the