Skip to content

Commit

Permalink
Fix a docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jun 4, 2020
1 parent c5d9b18 commit 1911c47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cider-eval.el
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ns forms manually themselves."
:package-version '(cider . "0.15.0"))

(defcustom cider-auto-inspect-after-eval t
"Controls whether to auto-update the inspector buffer with last evaluated form.
"Controls whether to auto-update the inspector buffer after eval.
Only applies when the *cider-inspect* buffer is currently visible."
:type 'boolean
:group 'cider
Expand Down

0 comments on commit 1911c47

Please sign in to comment.