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 7431d6f commit 8a128ddCopy full SHA for 8a128dd
cider-repl.el
@@ -398,7 +398,7 @@ Return the position of the prompt beginning."
398
prompt-start))))
399
400
(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.
+ "Using BUFFER, insert STRING (applying to it OUTPUT-FACE) at POSITION.
402
If BOL is non-nil insert at the beginning of line."
403
(with-current-buffer buffer
404
(save-excursion
0 commit comments