Skip to content

Commit

Permalink
- put back to original wording, allthough with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
slipset committed Mar 10, 2017
1 parent fbd351e commit 0cdc5a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cider-test.el
Expand Up @@ -61,8 +61,8 @@

(defcustom cider-test-defining-forms '("deftest" "defspec")
"Forms that define individual tests.
CIDER considers the top level form around point to define a test if the
form starts with one of these forms.
CIDER considers the \"top-level\" form around point to define a test if
the form starts with one of these forms.
Add to this list to have CIDER recognize additional test defining macros."
:type '(repeat string)
:group 'cider-test
Expand Down

0 comments on commit 0cdc5a6

Please sign in to comment.