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 325078d commit 7431d6fCopy full SHA for 7431d6f
cider-repl.el
@@ -417,7 +417,7 @@ If BOL is non-nil insert at the beginning of line."
417
(cider-repl--show-maximum-output)))
418
419
(defun cider-repl--emit-interactive-output (string face)
420
- "Emit STRING as interactive output using face."
+ "Emit STRING as interactive output using FACE."
421
(with-current-buffer (cider-current-repl-buffer)
422
(let ((pos (1- (cider-repl--input-line-beginning-position)))
423
(string (replace-regexp-in-string "\n\\'" "" string)))
0 commit comments