branch: elpa/cider
commit f3309c3886eb04ed2489b6f452b6b7cda182f72c
Author: Quek Yu Han <qyth...@gmail.com>
Commit: Bozhidar Batsov <bozhi...@batsov.dev>

    [Docs] describe effect of cider-show-error-buffer
---
 doc/modules/ROOT/pages/usage/dealing_with_errors.adoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/modules/ROOT/pages/usage/dealing_with_errors.adoc 
b/doc/modules/ROOT/pages/usage/dealing_with_errors.adoc
index 6e7314843b..d016be6808 100644
--- a/doc/modules/ROOT/pages/usage/dealing_with_errors.adoc
+++ b/doc/modules/ROOT/pages/usage/dealing_with_errors.adoc
@@ -15,7 +15,8 @@ TIP: Use kbd:[q] to quickly close an error buffer.
 
 By default, when an exception occurs, CIDER will display the exception
 in an error buffer using `cider-stacktrace-mode`. You can suppress
-this behavior, however:
+this behavior, which causes just the error message to be output as a
+temporary overlay or in the echo area:
 
 [source,lisp]
 ----

Reply via email to