From 2d16f347cd30af394225a30ad0c6581b8d721d81 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 20 Apr 2022 20:06:06 -0400 Subject: [PATCH] ENH make docstrings marginally clearer --- local/lib/org-x/org-x-dag.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local/lib/org-x/org-x-dag.el b/local/lib/org-x/org-x-dag.el index a743bf9..ef25f3b 100644 --- a/local/lib/org-x/org-x-dag.el +++ b/local/lib/org-x/org-x-dag.el @@ -1460,12 +1460,12 @@ SET-FUN. SET-FUN combines the current value of a descendant node with the output of GET-FUN with its two arguments respectively (type :: a --> a -> Either String a). If it \"fails\" it returns Left with an +-> a -> Either String NS). If it \"fails\" it returns Left with an error message to be applied to the node (which will override a Right if it is already present in the network table). If the descendant node has no value, it will be set de novo using -DEF-FUN and the output from GET-FUN (type :: a -> a)." +DEF-FUN and the output from GET-FUN (type :: a -> NS)." (declare (indent 3)) (cl-labels ((propagate