summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cider-repl.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 68a3aeab..45ca4f07 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -417,7 +417,7 @@ If BOL is non-nil insert at the beginning of line."
(cider-repl--show-maximum-output)))
(defun cider-repl--emit-interactive-output (string face)
- "Emit STRING as interactive output using face."
+ "Emit STRING as interactive output using FACE."
(with-current-buffer (cider-current-repl-buffer)
(let ((pos (1- (cider-repl--input-line-beginning-position)))
(string (replace-regexp-in-string "\n\\'" "" string)))