summaryrefslogtreecommitdiff
path: root/cider-connection.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-10-19 09:57:40 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2018-10-19 09:58:14 +0200
commit9f4335294db70f7ff1283e3115308ce0aca21175 (patch)
tree6fd98f98fa6ebe0feeeb4fb5ca056dc5a483fdb9 /cider-connection.el
parent47f1122b9758e1288f05dad0210e17e1b8dd81ac (diff)
Tweak some Clojure and ClojureScript references
Diffstat (limited to 'cider-connection.el')
-rw-r--r--cider-connection.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-connection.el b/cider-connection.el
index dd90ecd0..af94f451 100644
--- a/cider-connection.el
+++ b/cider-connection.el
@@ -577,7 +577,7 @@ Session name can be customized with `cider-session-name-template'."
;;; REPL Buffer Init
(defvar-local cider-cljs-repl-type nil
- "The type of the CLJS runtime (Nashorn, Node etc.)")
+ "The type of the ClojureScript runtime (Nashorn, Node etc.)")
(defvar-local cider-repl-type nil
"The type of this REPL buffer, usually either \"clj\" or \"cljs\".")