File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -557,10 +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
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
564
565
\" popping over\" . The button toggles this behavior.\n\n " )
565
566
(dolist (error-type error-types)
566
567
(let ((suppressed (cider-stacktrace-suppressed-error-p error-type)))
You can’t perform that action at this time.
0 commit comments