Skip to content

Commit c6e57f9

Browse files
committed
Remove an extra space
1 parent f6903d7 commit c6e57f9

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
@@ -138,7 +138,7 @@ buffer will be hidden."
138138
(defvar nrepl-create-client-buffer-function 'nrepl-create-client-buffer-default
139139
"Name of a function that returns a client process buffer.
140140
It is called with one argument, a plist containing :host, :port and :proc
141-
as returned by `nrepl-connect'. ")
141+
as returned by `nrepl-connect'.")
142142

143143
(defvar nrepl-use-this-as-repl-buffer 'new
144144
"Name of the buffer to use as REPL buffer.

0 commit comments

Comments
 (0)