summaryrefslogtreecommitdiff
path: root/cider-grimoire.el
diff options
context:
space:
mode:
authorChaitanya Koparkar <ckoparkar@live.in>2016-04-06 12:29:50 +0530
committerBozhidar Batsov <bozhidar.batsov@gmail.com>2016-04-06 09:59:50 +0300
commit140bb130f17ec9eb5db73133c60bc8269938e467 (patch)
treec383bf71b6d6d874f5a6c60f9bedc499e9a86302 /cider-grimoire.el
parentd3725e9c5826871e137968af7247cb88ba97e2cc (diff)
[#1352] Documentation complies with checkdoc style
Diffstat (limited to 'cider-grimoire.el')
-rw-r--r--cider-grimoire.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-grimoire.el b/cider-grimoire.el
index e0d246ad..3e9f1160 100644
--- a/cider-grimoire.el
+++ b/cider-grimoire.el
@@ -53,7 +53,7 @@
(concat base-url "search/v0/" ns "/" (cider-grimoire-replace-special name) "/"))))
(defun cider-grimoire-web-lookup (symbol)
- "Look up the grimoire documentation for SYMBOL."
+ "Open the grimoire documentation for SYMBOL in a web browser."
(if-let ((var-info (cider-var-info symbol)))
(let ((name (nrepl-dict-get var-info "name"))
(ns (nrepl-dict-get var-info "ns")))