Skip to content

Commit 94bf5ca

Browse files
committed
Fix a docstring
1 parent eaa0e65 commit 94bf5ca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cider-repl.el

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,9 @@ If BOL is non-nil, emit at the beginning of the line."
700700

701701
(defun cider-repl-emit-result (buffer string &optional bol show-prefix)
702702
"Emit into BUFFER the result STRING and mark it as an evaluation result.
703-
If BOL is non-nil insert at the beginning of the line."
703+
If BOL is non-nil insert at the beginning of the line.
704+
If SHOW-PREFIX is non-nil insert `cider-repl-result-prefix' at the beginning
705+
of the line."
704706
(with-current-buffer buffer
705707
(save-excursion
706708
(cider-save-marker cider-repl-output-start

0 commit comments

Comments
 (0)