Skip to content

Commit 8a128dd

Browse files
committed
Fix a docstring
1 parent 7431d6f commit 8a128dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-repl.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Return the position of the prompt beginning."
398398
prompt-start))))
399399

400400
(defun cider-repl-emit-output-at-pos (buffer string output-face position &optional bol)
401-
"Using BUFFER, insert STRING at POSITION and mark it as output.
401+
"Using BUFFER, insert STRING (applying to it OUTPUT-FACE) at POSITION.
402402
If BOL is non-nil insert at the beginning of line."
403403
(with-current-buffer buffer
404404
(save-excursion

0 commit comments

Comments
 (0)