summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-07-04 16:16:32 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-07-04 16:16:32 +0300
commit534e621c9319254db033d1ff83bd703b351dfe5a (patch)
tree1fffcbb365b5ee76b81a0103d50d7516959d462e /README.md
parentbdf7c48df3339878cd047911c7f1cff596fd9036 (diff)
[Fix #732] Change the semantics of cider-quit and cider-restart
By default now they operate only on the currently active connection. With a prefix argument they operate on all connections.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/README.md b/README.md
index 567c1bdc..29c63b74 100644
--- a/README.md
+++ b/README.md
@@ -481,7 +481,7 @@ passed or failed:
```
Note that the history is written to the file when you kill the REPL
-buffer (which includes invoking `cider-quit`) or you quit Emacs.
+buffer (which includes invoking `cider-quit`) or you quitting Emacs.
### Minibuffer completion
@@ -956,8 +956,7 @@ the debugger is active.
You can connect to multiple nREPL servers using <kbd>M-x
cider-jack-in</kbd> multiple times. To close the current nREPL
-connection, use <kbd>M-x nrepl-close</kbd>. <kbd>M-x cider-quit</kbd>
-closes all connections.
+connection, use <kbd>M-x cider-quit</kbd>.
CIDER maintains a list of nREPL connections and a single 'default'
connection. When you execute CIDER commands in a Clojure editing