File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -557,9 +557,11 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
557
557
'action #' (lambda (button ) (cider-report-bug))
558
558
'help-echo " Report bug to the CIDER team." )
559
559
(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 " )
563
565
(dolist (error-type error-types)
564
566
(let ((suppressed (cider-stacktrace-suppressed-error-p error-type)))
565
567
(insert-text-button error-type
You can’t perform that action at this time.
0 commit comments