From fa4365663245a212ad18469f5d61d1578ba7d7c8 Mon Sep 17 00:00:00 2001 From: Nathaniel Nicandro Date: Mon, 25 May 2020 14:44:34 -0500 Subject: [PATCH] jupyter-pseudo-bind-content: Mention errors in doc --- jupyter-monads.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jupyter-monads.el b/jupyter-monads.el index 9832a80..138d11a 100644 --- a/jupyter-monads.el +++ b/jupyter-monads.el @@ -300,7 +300,9 @@ publisher providing content." (defun jupyter-pseudo-bind-content (pub-fn content subs) "Apply PUB-FN on submitted CONTENT to produce published content. Call each subscriber in SUBS on the published content, remove -those subscribers that cancel their subscription." +those subscribers that cancel their subscription. + +Errors signaled by a subscriber are demoted to messages." (pcase (funcall pub-fn content) ((and `(content ,_) sub-content) (while subs