summaryrefslogtreecommitdiff
path: root/cider.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-09-06 16:38:47 +0300
committerBozhidar Batsov <bozhidar@batsov.com>2015-09-06 16:38:47 +0300
commit7ff2d50f897654b700080ce8efbe4b3e3e19c221 (patch)
treeef2bec25b2e052d2ccd1ccfa706a78d6211577c7 /cider.el
parent90343561c19ce264d50df5bd34cab85fd8a7e6d4 (diff)
Improve a message a bit
Diffstat (limited to 'cider.el')
-rw-r--r--cider.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider.el b/cider.el
index 30415665..9e8cb809 100644
--- a/cider.el
+++ b/cider.el
@@ -280,7 +280,7 @@ own buffer."
(cider-make-connection-default conn)
(when cljs-too
(cider-create-sibling-cljs-repl conn)))))))
- (message "The %s executable (specified by `cider-lein-command' or `cider-boot-command') isn't on your exec-path"
+ (message "The %s executable (specified by `cider-lein-command' or `cider-boot-command') isn't on your `exec-path'"
(cider-jack-in-command project-type)))))
;;;###autoload