From 140bb130f17ec9eb5db73133c60bc8269938e467 Mon Sep 17 00:00:00 2001 From: Chaitanya Koparkar Date: Wed, 6 Apr 2016 12:29:50 +0530 Subject: [#1352] Documentation complies with checkdoc style --- cider-test.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'cider-test.el') diff --git a/cider-test.el b/cider-test.el index 86904bf4..6edc03b1 100644 --- a/cider-test.el +++ b/cider-test.el @@ -212,7 +212,9 @@ (goto-char pos)))))) (defun cider-test-jump (&optional arg) - "Like `cider-find-var', but uses the test at point's definition, if available." + "Find definition for test at point, if available. +The prefix ARG and `cider-prompt-for-symbol' decide whether to +prompt and whether to use a new window. Similar to `cider-find-var'." (interactive "P") (let ((ns (get-text-property (point) 'ns)) (var (get-text-property (point) 'var)) @@ -469,8 +471,8 @@ The optional arg TEST denotes an individual test name." (overlay-put overlay 'actual actual)))))))) (defun cider-find-var-file (ns var) - "Return the buffer visiting the file in which the NS VAR is defined, or nil if -not found." + "Return the buffer visiting the file in which the NS VAR is defined. +Or nil if not found." (cider-ensure-op-supported "info") (when-let ((info (cider-var-info (concat ns "/" var))) (file (nrepl-dict-get info "file"))) -- cgit v1.2.3