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'."
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)))
You can’t perform that action at this time.
0 commit comments