summaryrefslogtreecommitdiff
path: root/cider-repl.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2018-04-30 06:13:46 -0500
committerBozhidar Batsov <bozhidar@batsov.com>2018-04-30 06:13:46 -0500
commita826c1ce5c655abc3dc92031f9542c6290ef2f65 (patch)
tree8c44e826b27fb73429bb5738504a8b6b0e38aa25 /cider-repl.el
parent004ae914ab9156baa61cdb849fcc692023b40754 (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 61502453..2965a078 100644
--- a/cider-repl.el
+++ b/cider-repl.el
@@ -886,7 +886,7 @@ string, the REPL's show prefix as any and an `end-of-line' flag.
The return value of the handler should be a flag, indicating whether or not
the REPL is ready for a prompt to be displayed. Most handlers should return
t, as the content-type response is (currently) an alternative to the
-value response . However for handlers which themselves issue subsequent
+value response. However for handlers which themselves issue subsequent
nREPL ops, it may be convenient to prevent inserting a prompt."
:group 'cider-repl
:package-version '(cider . "0.17.0"))