summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-01-03 19:32:11 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-01-03 19:32:11 +0200
commitf8982e38037ba11950d709a03a3e5df0b1201fd3 (patch)
tree4889e3a84e5f81c33eebb124b247a323077165df /nrepl-client.el
parentbc8fae015ebddd0d5ab7392c1cdb5bfc07fd07b0 (diff)
Improve the docstring for nrepl--clear-client-sessions
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 5e6d2df7..d1758f8c 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -802,7 +802,8 @@ values of *1, *2, etc."
(setq nrepl-versions versions)))))
(defun nrepl--clear-client-sessions (conn-buffer)
- "CONN-BUFFER refers to a (presumably) dead connection, which we can eventually reuse."
+ "Clear information about nREPL sessions in CONN-BUFFER.
+CONN-BUFFER refers to a (presumably) dead connection, which we can eventually reuse."
(with-current-buffer conn-buffer
(setq nrepl-session nil)
(setq nrepl-tooling-session nil)))