summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-07-11 13:45:17 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2018-07-11 13:45:17 +0300
commit7abc2c05c279058db4cae23ade6476472e671412 (patch)
tree6f8155d1792ef9f38a7c09f07fe1f795f3404b9b /cider.el
parent9ff0e1d38bfaed8f18ece4e05644768974be665d (diff)
Use cider-jack-in-cljs consistently in the code and documentation
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider.el b/cider.el
index 58d9a6ec..98b21f7d 100644
--- a/cider.el
+++ b/cider.el
@@ -760,7 +760,7 @@ It's intended to be used in your Emacs config."
(defcustom cider-default-cljs-repl nil
"The default ClojureScript REPL to start.
-This affects commands like `cider-jack-in-clojurescript'. Generally it's
+This affects commands like `cider-jack-in-cljs'. Generally it's
intended to be set via .dir-locals.el for individual projects, as its
relatively unlikely you'd like to use the same type of REPL in each project
you're working on."
@@ -780,7 +780,7 @@ you're working on."
(make-obsolete-variable 'cider-cljs-gradle-repl 'cider-default-cljs-repl "0.17")
(defun cider-select-cljs-repl ()
- "Select the ClojureScript REPL to use with `cider-jack-in-clojurescript'."
+ "Select the ClojureScript REPL to use with `cider-jack-in-cljs'."
(let ((repl-types (mapcar #'car cider-cljs-repl-types)))
(intern (completing-read "Select ClojureScript REPL type: " repl-types))))