jupyter-ioloop-timeout: Add documentation

This commit is contained in:
Nathaniel Nicandro 2019-07-22 16:28:16 -05:00
parent 1e6e83c12e
commit 1e10e161b7

View file

@ -78,7 +78,8 @@ events have the same value as the return value of
(defvar jupyter-ioloop-timers nil)
(defvar jupyter-ioloop-timeout 200)
(defvar jupyter-ioloop-timeout 200
"Maximum time (in ms) to wait for polling events on `jupyter-ioloop-poller'.")
(defvar jupyter-ioloop--argument-types nil
"Argument types added via `jupyter-ioloop-add-arg-type'.")