summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2015-11-28 23:13:52 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2015-11-28 23:27:44 +0000
commitcf544394560e3fa1f57a7bbb39f38ec417bffbe2 (patch)
tree2b06a27ad1176e4603497a7a426ed4034e553516 /nrepl-client.el
parent5cd56ce76bdc4b0c50962ce626521133fb9e6edb (diff)
Remove a few mentions of `nrepl-message-buffer-name'
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 3418a5c7..13d2d147 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -493,7 +493,7 @@ object is a root list or dict."
;; else, throw a quiet error
(t
(message "Invalid bencode message detected. See %s buffer."
- nrepl-message-buffer-name)
+ nrepl-message-buffer-name-template)
(nrepl-log-message
(format "Decoder error at position %d (`%s'):"
(point) (buffer-substring (point) (min (+ (point) 10) (point-max)))))
@@ -1140,7 +1140,7 @@ the port, and the client buffer."
;;; Messages
(defcustom nrepl-log-messages t
- "If non-nil, log protocol messages to the `nrepl-message-buffer-name' buffer."
+ "If non-nil, log protocol messages to the `nrepl-message-buffer-name-template' buffer."
:type 'boolean
:group 'nrepl)
@@ -1184,7 +1184,7 @@ operations.")
(`response (cons '<- (cdr msg)))))
(defun nrepl-log-message (msg type)
- "Log the given MSG to the buffer given by `nrepl-message-buffer-name'.
+ "Log the given MSG to the buffer given by `nrepl-message-buffer-name-template'.
TYPE is either request or response."
(when nrepl-log-messages