summaryrefslogtreecommitdiff
path: root/cider-connection.el
diff options
context:
space:
mode:
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\".")