summaryrefslogtreecommitdiff
path: root/cider-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-06 19:12:06 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-06 19:12:06 +0200
commita58aecf31324252c4e87a040ad3d603e8afa3851 (patch)
tree27e368422a893909479afd9a389d8a17e2b2f542 /cider-client.el
parentd6155b14d0becc6dc25338a215d4ee9e64db342d (diff)
Fix a docstring
Diffstat (limited to 'cider-client.el')
-rw-r--r--cider-client.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/cider-client.el b/cider-client.el
index bac4140b..1fc3bedf 100644
--- a/cider-client.el
+++ b/cider-client.el
@@ -738,7 +738,8 @@ If CALLBACK is nil, use `cider-load-file-handler'."
(nrepl-dict-get "classpath")))
(defun cider-sync-request:complete (str context)
- "Return a list of completions for STR using nREPL's \"complete\" op."
+ "Return a list of completions for STR using nREPL's \"complete\" op.
+CONTEXT represents a completion context for compliment."
(when-let ((dict (thread-first (list "op" "complete"
"session" (cider-current-session)
"ns" (cider-current-ns)