summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-12-26 19:17:28 +0000
committerSean Whitton <spwhitton@spwhitton.name>2017-12-26 19:22:22 +0000
commit177b15c31af16ba56e104549ca658d6382f1f754 (patch)
tree2993ba5e2733921bb66d66fbee24f1d48f1451d6 /cider-repl.el
parent61ac41f5b46de2872965ce11ef14f5562b7baba5 (diff)
point cider-view-manual command at offline manual
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 897a9085..3f1096eb 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -326,7 +326,8 @@ client process connection. Unless NO-BANNER is non-nil, insert a banner."
(substitute-command-keys
"\n;; ======================================================================
;; If you're new to CIDER it is highly recommended to go through its
-;; manual first. Type <M-x cider-view-manual> to view it.
+;; manual first. Install the cider-doc apt package and then type
+;; <M-x cider-view-manual> to view it.
;; In case you're seeing any warnings you should consult the manual's
;; \"Troubleshooting\" section.
;;