From 33992bec8413807739bb26fd94e872fda145872d Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 7 Feb 2016 14:39:07 +0200 Subject: Add a missing space --- cider-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cider-test.el') diff --git a/cider-test.el b/cider-test.el index 88a7de08..ceb56e9d 100644 --- a/cider-test.el +++ b/cider-test.el @@ -614,7 +614,7 @@ current ns." (defun cider-test-run-test () "Run the test at point. The test ns/var exist as text properties on report items and on highlighted -failed/erred test definitions. When not found, a test definition at point +failed/erred test definitions. When not found, a test definition at point is searched." (interactive) (let ((ns (get-text-property (point) 'ns)) -- cgit v1.2.3