summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2017-12-16 17:02:24 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2017-12-16 17:02:24 +0200
commit94bf5ca271c0c28bb08c5ef94b75ce17e89b03aa (patch)
tree71d377217d88310e30f310ae2c9479efadd085f5 /cider-repl.el
parenteaa0e652ee073cf13116e423ebf65e3396af7af0 (diff)
Fix a docstring
Diffstat (limited to 'cider-repl.el')
-rw-r--r--cider-repl.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/cider-repl.el b/cider-repl.el
index 452c2feb..2a76584f 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -700,7 +700,9 @@ If BOL is non-nil, emit at the beginning of the line."
(defun cider-repl-emit-result (buffer string &optional bol show-prefix)
"Emit into BUFFER the result STRING and mark it as an evaluation result.
-If BOL is non-nil insert at the beginning of the line."
+If BOL is non-nil insert at the beginning of the line.
+If SHOW-PREFIX is non-nil insert `cider-repl-result-prefix' at the beginning
+of the line."
(with-current-buffer buffer
(save-excursion
(cider-save-marker cider-repl-output-start