summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-01-21 11:18:08 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-01-21 11:18:08 +0200
commit2234a621165e750364d3181ca63d4d4ce3f800ee (patch)
tree40614513324738617d460a82e1834f2241a68c17 /nrepl-client.el
parent621cc04418aa8381c9129dbc3bdfbd9cb5fcbe9a (diff)
Refine a docstring
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 1e974df8..14318cc2 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -1148,7 +1148,10 @@ the port, and the client buffer."
;;; Messages
(defcustom nrepl-log-messages t
- "If non-nil, log protocol messages to the `nrepl-message-buffer-name-template' buffer."
+ "If non-nil, log protocol messages to a nREPL messages buffer.
+
+This is extremely useful for debug purposes, as it allows you to
+inspect the communication between Emacs and an nREPL server."
:type 'boolean
:group 'nrepl)