Skip to content

Commit 1449cf6

Browse files
committed
Fix a docstring
1 parent 1964c20 commit 1449cf6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

nrepl-client.el

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -768,11 +768,12 @@ process."
768768
(defun nrepl--init-client-sessions (client)
769769
"Initialize CLIENT nREPL sessions.
770770
771-
We create two client nREPL sessions per connection - a main session and a tooling
772-
session. The main session is general purpose and is used for pretty much
773-
every request that needs a session. The tooling session is used only for
774-
functionality that's implemented in terms of the \"eval\" op, so that eval requests
775-
for functionality like pretty-printing won't clobber the values of *1, *2, etc."
771+
We create two client nREPL sessions per connection - a main session and a
772+
tooling session. The main session is general purpose and is used for pretty
773+
much every request that needs a session. The tooling session is used only
774+
for functionality that's implemented in terms of the \"eval\" op, so that
775+
eval requests for functionality like pretty-printing won't clobber the
776+
values of *1, *2, etc."
776777
(let ((response-main (nrepl-sync-request:clone))
777778
(response-tooling (nrepl-sync-request:clone)))
778779
(nrepl-dbind-response response-main (new-session err)

0 commit comments

Comments
 (0)