We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 797d5b4 commit 050756cCopy full SHA for 050756c
jupyter-client.el
@@ -237,9 +237,7 @@ passed as the argument has a language of LANG."
237
;;; Macros
238
239
(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."
+ "Set CLIENT as the `jupyter-current-client', evaluate BODY."
243
(declare (indent 1))
244
`(let ((jupyter-current-client ,client))
245
,@body))
0 commit comments