Skip to content

Commit 79941e9

Browse files
committed
Refill the text paragraph in CIDER errors
1 parent 4f76be0 commit 79941e9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

cider-stacktrace.el

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -557,10 +557,11 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
557557
'action (lambda (_button) (cider-report-bug))
558558
'help-echo "Report bug to the CIDER team.")
559559
(insert "`.\n\n")
560-
(insert " If these stacktraces are occuring frequently, consider
561-
using the button(s) below to suppress these types of errors for the
562-
duration of your current CIDER session. The stacktrace buffer will still
563-
be generated, but it will \"pop under\" your current buffer instead of
560+
(insert "\
561+
If these stacktraces are occuring frequently, consider using the
562+
button(s) below to suppress these types of errors for the duration of
563+
your current CIDER session. The stacktrace buffer will still be
564+
generated, but it will \"pop under\" your current buffer instead of
564565
\"popping over\". The button toggles this behavior.\n\n ")
565566
(dolist (error-type error-types)
566567
(let ((suppressed (cider-stacktrace-suppressed-error-p error-type)))

0 commit comments

Comments
 (0)