Skip to content

Commit 050756c

Browse files
committed
Fix outdated documentation
* jupyter-client.el (jupyter-with-client): Do it.
1 parent 797d5b4 commit 050756c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jupyter-client.el

+1-3
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,7 @@ passed as the argument has a language of LANG."
237237
;;; Macros
238238

239239
(defmacro jupyter-with-client (client &rest body)
240-
"Set CLIENT as the `jupyter-current-client', evaluate BODY.
241-
In addition, set `jupyter-current-io' to the value of CLIENT's IO
242-
slot."
240+
"Set CLIENT as the `jupyter-current-client', evaluate BODY."
243241
(declare (indent 1))
244242
`(let ((jupyter-current-client ,client))
245243
,@body))

0 commit comments

Comments
 (0)