There was an error while loading. Please reload this page.
1 parent 2158a88 commit 8bd39b9Copy full SHA for 8bd39b9
cider-stacktrace.el
@@ -76,7 +76,7 @@ Pick nil if you prefer the same window as *cider-error*."
76
(defconst cider-error-buffer "*cider-error*")
77
78
(defcustom cider-stacktrace-suppressed-errors '()
79
- "Errors that won't make the stacktrace buffer 'pop-over' your active window.
+ "Errors that won't make the stacktrace buffer pop over your active window.
80
The error types are represented as strings."
81
:type '(list string)
82
:package-version '(cider . "0.12.0"))
0 commit comments