Skip to content

Commit 7431d6f

Browse files
committed
Fix a docstring
1 parent 325078d commit 7431d6f

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
@@ -417,7 +417,7 @@ If BOL is non-nil insert at the beginning of line."
417417
(cider-repl--show-maximum-output)))
418418

419419
(defun cider-repl--emit-interactive-output (string face)
420-
"Emit STRING as interactive output using face."
420+
"Emit STRING as interactive output using FACE."
421421
(with-current-buffer (cider-current-repl-buffer)
422422
(let ((pos (1- (cider-repl--input-line-beginning-position)))
423423
(string (replace-regexp-in-string "\n\\'" "" string)))

0 commit comments

Comments
 (0)