summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2014-12-04 22:26:00 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2014-12-04 22:26:00 +0200
commit7431d6ff62265536e89fa611558d3956cc190ff6 (patch)
tree1092335683fe0788d12ac0c3fdca15ded8f5c216 /cider-repl.el
parent325078dd5bba5fe8756a331c1479fa38a3fe0b54 (diff)
Fix a docstring
Diffstat (limited to 'cider-repl.el')
-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)))