branch: elpa/cider commit 8bd39b96434dabb8f79e45b7cfc0e3ea0bcfd8ae Author: Bozhidar Batsov <bozhi...@batsov.dev> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Tweak a docstring --- cider-stacktrace.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cider-stacktrace.el b/cider-stacktrace.el index 3ae48ff433..3ea309e2e3 100644 --- a/cider-stacktrace.el +++ b/cider-stacktrace.el @@ -76,7 +76,7 @@ Pick nil if you prefer the same window as *cider-error*." (defconst cider-error-buffer "*cider-error*") (defcustom cider-stacktrace-suppressed-errors '() - "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. The error types are represented as strings." :type '(list string) :package-version '(cider . "0.12.0"))