summaryrefslogtreecommitdiff
path: root/cider-grimoire.el
diff options
context:
space:
mode:
authorBoris Pacreau <Boris Pacreau>2016-01-20 17:01:04 +0100
committerbpacreau <boris.pacreau@telecom-bretagne.eu>2016-01-21 11:36:35 +0100
commit89789d99141ddbefc4ff010e674bad392b98cd30 (patch)
tree22f8559b7df6602d2e7eeeac752854df620828f5 /cider-grimoire.el
parent2234a621165e750364d3181ca63d4d4ce3f800ee (diff)
Fix checkdoc errors for cider-grimoire.el
Diffstat (limited to 'cider-grimoire.el')
-rw-r--r--cider-grimoire.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/cider-grimoire.el b/cider-grimoire.el
index 79930f65..dcff0f34 100644
--- a/cider-grimoire.el
+++ b/cider-grimoire.el
@@ -63,7 +63,7 @@
"Open grimoire documentation in the default web browser.
Prompts for the symbol to use, or uses the symbol at point, depending on
-the value of `cider-prompt-for-symbol'. With prefix arg ARG, does the
+the value of `cider-prompt-for-symbol'. With prefix arg ARG, does the
opposite of what that option dictates."
(interactive "P")
(funcall (cider-prompt-for-symbol-function arg)
@@ -102,7 +102,7 @@ opposite of what that option dictates."
"Open grimoire documentation in a popup buffer.
Prompts for the symbol to use, or uses the symbol at point, depending on
-the value of `cider-prompt-for-symbol'. With prefix arg ARG, does the
+the value of `cider-prompt-for-symbol'. With prefix arg ARG, does the
opposite of what that option dictates."
(interactive "P")
(when (derived-mode-p 'clojurescript-mode)
@@ -112,3 +112,5 @@ opposite of what that option dictates."
#'cider-grimoire-lookup))
(provide 'cider-grimoire)
+
+;;; cider-grimoire.el ends here