We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61894b3 commit dd2f0f8Copy full SHA for dd2f0f8
cider-popup.el
@@ -105,7 +105,8 @@ and automatically removed when killed."
105
106
(defun cider-emit-into-popup-buffer (buffer value &optional face inhibit-indent)
107
"Emit into BUFFER the provided VALUE optionally using FACE.
108
-Indents emitted sexp value unless INHIBIT-INDENT is specified and non-nil."
+Indent emitted value (usually a sexp) unless INHIBIT-INDENT is specified
109
+and non-nil."
110
;; Long string output renders Emacs unresponsive and users might intentionally
111
;; kill the frozen popup buffer. Therefore, we don't re-create the buffer and
112
;; silently ignore the output.
0 commit comments