summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-06 08:29:07 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-06 08:29:07 +0200
commit6822f84bc015501f066abd1405d608d24998112e (patch)
tree385cc0aedae2f390a5be4f27f6b549265bc0cc6f /nrepl-client.el
parentbc2daaa8cbe1220f2edc4b347635f56073283f1c (diff)
Fix a docstring
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index abb1afad..87cc90d2 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -722,7 +722,7 @@ If NO-ERROR is non-nil, show messages instead of throwing an error."
;;; Client: Process Handling
(defun nrepl--maybe-kill-server-buffer (server-buf)
- "Kill SERVER-BUFFER and its process, subject to user confirmation.
+ "Kill SERVER-BUF and its process, subject to user confirmation.
Do nothing if there is a REPL connected to that server."
(with-current-buffer server-buf
;; Don't kill the server if there is a REPL connected to it.