mirror of
https://github.com/vale981/emacs-jupyter
synced 2025-03-04 15:41:37 -05:00
jupyter-with-message-content: Reword documentation
This commit is contained in:
parent
f60a3df749
commit
1697f44761
1 changed files with 3 additions and 2 deletions
|
@ -432,8 +432,9 @@ FLAGS is passed to SOCKET according to `zmq-recv'."
|
|||
|
||||
(defmacro jupyter-with-message-content (msg keys &rest body)
|
||||
"For MSG, bind the corresponding KEYS of its contents then evaluate BODY.
|
||||
KEYS is a list of key names to bind where the values are obtained
|
||||
from the `jupyter-message-content' of MSG before evaluating BODY.
|
||||
KEYS is a list of key names found in the
|
||||
`jupyter-message-content' of MSG. The values are bound to their
|
||||
key names while evaluating BODY.
|
||||
|
||||
So to bind the :status key of MSG you would do
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue