summaryrefslogtreecommitdiff
path: root/nrepl-client.el
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2016-02-29 19:22:51 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2016-02-29 19:22:51 +0200
commitdef85c9b018db1055000429af0aa8f5af9ea25b4 (patch)
treed4908eedeca5b12852a72e849b6f199985d1661c /nrepl-client.el
parent9b5d2ef2ecd62d47f67cff811d624a0e6371b7fc (diff)
Fix a docstring
Diffstat (limited to 'nrepl-client.el')
-rw-r--r--nrepl-client.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/nrepl-client.el b/nrepl-client.el
index 2d9d3413..ed1d9365 100644
--- a/nrepl-client.el
+++ b/nrepl-client.el
@@ -1022,7 +1022,7 @@ If LINE and COLUMN are non-nil and current buffer is a file buffer, \"line\",
(defun nrepl-request:eval (input callback connection &optional session ns line column additional-params)
"Send the request INPUT and register the CALLBACK as the response handler.
The request is dispatched via CONNECTION and SESSION. If NS is non-nil,
-include it in the request. LINE and COLUMN, if non-nil, define the position
+include it in the request. LINE and COLUMN, if non-nil, define the position
of INPUT in its buffer.
ADDITIONAL-PARAMS is a plist to be appended to the request message."
(nrepl-send-request (append (nrepl--eval-request input session ns line column) additional-params)