summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-01-04 12:20:29 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-01-04 12:20:29 +0200
commit72b0caaedb79be834eda54d64406e29254d52329 (patch)
tree5e89f1953d9c2b930f16e1288e66092fdec1d53b
parent8d65a6bc2ac362553c67d13f92b430b37878f52b (diff)
Improve the formatting of a message a bit
-rw-r--r--cider-interaction.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-interaction.el b/cider-interaction.el
index 7dcbccfa..fde85908 100644
--- a/cider-interaction.el
+++ b/cider-interaction.el
@@ -1762,7 +1762,7 @@ and all ancillary CIDER buffers."
(let ((default-directory project-dir))
(cider-jack-in))
(error "Can't restart CIDER connection for unknown project")))
- (_ (error "Unexpected value %S for cider-connection-created-with"
+ (_ (error "Unexpected value %S for `cider-connection-created-with'"
conn-creation-method)))))
(defun cider-restart (&optional restart-all)