summaryrefslogtreecommitdiff
path: root/cider-interaction.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-09-09 14:18:10 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-09-09 14:18:10 +0300
commitb4fd04cb5f057640ad16c9e4aa1daca10555916f (patch)
tree701f52d1608273d3fe277b4411dddb98c76d8c7c /cider-interaction.el
parent706f98a592590a06c48a34920d5fd05338ac8c02 (diff)
Improve an error message
Diffstat (limited to 'cider-interaction.el')
-rw-r--r--cider-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index 82fafb5f..6d36bb94 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -1979,7 +1979,7 @@ If invoked with a prefix ARG eval the expression after inserting it."
"Ensure there is a cider connection present, otherwise
an error is signaled."
(unless (cider-connected-p)
- (error "No active nREPL connection")))
+ (error "No active nREPL connections")))
(defun cider-enable-on-existing-clojure-buffers ()
"Enable CIDER's minor mode on existing Clojure buffers.