Skip to content

Commit 0e9de18

Browse files
committed
Improve some wording
1 parent 50a5ee4 commit 0e9de18

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

cider-stacktrace.el

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +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 using the button(s) below to
561-
suppress these types of errors. The stacktrace buffer will still be made, but it will
562-
\"pop under\" your current buffer instead of \"popping over\". The button toggles this behavior.\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
564+
\"popping over\". The button toggles this behavior.\n\n ")
563565
(dolist (error-type error-types)
564566
(let ((suppressed (cider-stacktrace-suppressed-error-p error-type)))
565567
(insert-text-button error-type

0 commit comments

Comments
 (0)