Skip to content

Commit def85c9

Browse files
committed
Fix a docstring
1 parent 9b5d2ef commit def85c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nrepl-client.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ If LINE and COLUMN are non-nil and current buffer is a file buffer, \"line\",
10221022
(defun nrepl-request:eval (input callback connection &optional session ns line column additional-params)
10231023
"Send the request INPUT and register the CALLBACK as the response handler.
10241024
The request is dispatched via CONNECTION and SESSION. If NS is non-nil,
1025-
include it in the request. LINE and COLUMN, if non-nil, define the position
1025+
include it in the request. LINE and COLUMN, if non-nil, define the position
10261026
of INPUT in its buffer.
10271027
ADDITIONAL-PARAMS is a plist to be appended to the request message."
10281028
(nrepl-send-request (append (nrepl--eval-request input session ns line column) additional-params)

0 commit comments

Comments
 (0)