branch: elpa/cider
commit 3c64d90312445e9029c3a34a1ca2db09734ce47e
Author: Bozhidar Batsov <[email protected]>
Commit: Bozhidar Batsov <[email protected]>

    Fix a docstring
---
 lisp/cider-test.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/lisp/cider-test.el b/lisp/cider-test.el
index 835ce0f30cd..cb950a66807 100644
--- a/lisp/cider-test.el
+++ b/lisp/cider-test.el
@@ -486,7 +486,9 @@ If ELAPSED-TIME is provided it will be included in the 
summary."
               tests))
 
 (defun cider-test-render-report (buffer summary results &optional elapsed-time 
ns-elapsed-time var-elapsed-time)
-  "Emit into BUFFER the report for the SUMMARY, and test RESULTS."
+  "Emit into BUFFER the report for the SUMMARY, and test RESULTS.
+Optional ELAPSED-TIME, NS-ELAPSED-TIME, and VAR-ELAPSED-TIME provide
+timing data for the overall run, per-namespace, and per-var respectively."
   (with-current-buffer buffer
     (let ((inhibit-read-only t))
       (cider-test-report-mode)

Reply via email to