summaryrefslogtreecommitdiff
path: root/cider-stacktrace.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-04-14 12:52:43 -0700
committerBozhidar Batsov <bozhidar@batsov.com>2016-04-14 12:52:43 -0700
commit0e9de1810daeb53a2a741a1a42749bbe885ffacf (patch)
tree63b5759b2316a95b751ac8b162c53994ca7930b9 /cider-stacktrace.el
parent50a5ee4a06b7568bd8e48936bcaa9e90ec1035e5 (diff)
Improve some wording
Diffstat (limited to 'cider-stacktrace.el')
-rw-r--r--cider-stacktrace.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/cider-stacktrace.el b/cider-stacktrace.el
index 8bcfb089..1cdcc8bf 100644
--- a/cider-stacktrace.el
+++ b/cider-stacktrace.el
@@ -557,9 +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. The stacktrace buffer will still be made, but it will
- \"pop under\" your current buffer instead of \"popping over\". The button toggles this behavior.\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
+ \"popping over\". The button toggles this behavior.\n\n ")
(dolist (error-type error-types)
(let ((suppressed (cider-stacktrace-suppressed-error-p error-type)))
(insert-text-button error-type