summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2016-04-16 15:27:28 -0300
committerArtur Malabarba <bruce.connor.am@gmail.com>2016-04-16 15:27:51 -0300
commit79941e969283ed684a4ce009bfcf766a1371c54f (patch)
tree04cc31e1c73378f69fc263da0d33da78a5f7bc85 /cider-stacktrace.el
parent4f76be0ea126a28b31b173d60460725957c12f9b (diff)
Refill the text paragraph in CIDER errors
Diffstat (limited to 'cider-stacktrace.el')
-rw-r--r--cider-stacktrace.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index ecd0ceb6..30f52739 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -557,10 +557,11 @@ prompt and whether to use a new window. Similar to `cider-find-var'."
'action (lambda (_button) (cider-report-bug))
'help-echo "Report bug to the CIDER team.")
(insert "`.\n\n")
- (insert " If these stacktraces are occuring frequently, consider
- using the button(s) below to suppress these types of errors for the
- duration of your current CIDER session. The stacktrace buffer will still
- be generated, but it will \"pop under\" your current buffer instead of
+ (insert "\
+ If these stacktraces are occuring frequently, consider using the
+ button(s) below to suppress these types of errors for the duration of
+ your current CIDER session. The stacktrace buffer will still be
+ generated, but it will \"pop under\" your current buffer instead of
\"popping over\". The button toggles this behavior.\n\n ")
(dolist (error-type error-types)
(let ((suppressed (cider-stacktrace-suppressed-error-p error-type)))