Skip to content

Commit 1911c47

Browse files
committed
Fix a docstring
1 parent c5d9b18 commit 1911c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-eval.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ns forms manually themselves."
102102
:package-version '(cider . "0.15.0"))
103103

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

0 commit comments

Comments
 (0)