Skip to content

Commit dd2f0f8

Browse files
committed
Improve a docstring
1 parent 61894b3 commit dd2f0f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cider-popup.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ and automatically removed when killed."
105105

106106
(defun cider-emit-into-popup-buffer (buffer value &optional face inhibit-indent)
107107
"Emit into BUFFER the provided VALUE optionally using FACE.
108-
Indents emitted sexp value unless INHIBIT-INDENT is specified and non-nil."
108+
Indent emitted value (usually a sexp) unless INHIBIT-INDENT is specified
109+
and non-nil."
109110
;; Long string output renders Emacs unresponsive and users might intentionally
110111
;; kill the frozen popup buffer. Therefore, we don't re-create the buffer and
111112
;; silently ignore the output.

0 commit comments

Comments
 (0)