summaryrefslogtreecommitdiff
path: root/cider-mode.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-04-26 18:47:35 -0500
committerBozhidar Batsov <bozhidar@batsov.com>2018-04-26 18:47:35 -0500
commit670256e0fb112b9c7c2f950758266fce117e920a (patch)
tree003508abd5338ac7e6ebc4893460dfb6dfa88b52 /cider-mode.el
parente17d817a83531dca5d4cc588d9e956a6233d6aad (diff)
Fix indentation
Diffstat (limited to 'cider-mode.el')
-rw-r--r--cider-mode.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-mode.el b/cider-mode.el
index d715d866..10471619 100644
--- a/cider-mode.el
+++ b/cider-mode.el
@@ -201,7 +201,7 @@ See also the related commands `cider-repl-clear-buffer' and
:help "Starts an nREPL server, connects a Clojure REPL to it, and then a ClojureScript REPL.
Configure `cider-cljs-repl-types' to change the ClojureScript REPL to use for your build tool."]
["Connect to a ClojureScript REPL" cider-connect-clojurescript
- :help "Connects to a ClojureScript REPL that's already running."]
+ :help "Connects to a ClojureScript REPL that's already running."]
["Create a ClojureScript REPL from a Clojure REPL" cider-create-sibling-cljs-repl])
"--"
["Connection info" cider-display-connection-info