summaryrefslogtreecommitdiff
path: root/cider-doc.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-11 15:04:46 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-11 15:04:46 +0200
commitbe5b1fd87b6312d1758b0368730e8820102d689a (patch)
treebe1d410797cd5ffee3c2c65499c16bce0d488756 /cider-doc.el
parenta6b46a5d8bb5b817357c464f141367d42d428728 (diff)
Fix another docstring
Diffstat (limited to 'cider-doc.el')
-rw-r--r--cider-doc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-doc.el b/cider-doc.el
index b9b6ca4c..f91b1a69 100644
--- a/cider-doc.el
+++ b/cider-doc.el
@@ -251,7 +251,7 @@ opposite of what that option dictates."
"Open Clojure 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")
(funcall (cider-prompt-for-symbol-function arg)