commit 37c60ea5253836492fe4b92d99976216cbdacb1b
parent 7a0658236364dfd45c9006555954e56f2064abf7
Author: Alexander Burger <abu@software-lab.de>
Date: Wed, 8 May 2013 07:04:38 +0200
Minor reference addition
Diffstat:
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/doc/refF.html b/doc/refF.html
@@ -102,11 +102,12 @@ href="refL.html#load">load</a></code>.
</code></pre>
<dt><a name="fill"><code>(fill 'any ['sym|lst]) -> any</code></a>
-<dd>Fills a pattern <code>any</code>, by substituting <code>sym</code>, or all
-symbols in <code>lst</code>, or - if no second argument is given - each pattern
-symbol in <code>any</code> (see <code><a href="refP.html#pat?">pat?</a></code>),
-with its current value. <code>@</code> itself is not considered a pattern symbol
-here. In any case, expressions following the symbol <code>^</code> should
+<dd>Non-destructively fills a pattern <code>any</code>, by substituting
+<code>sym</code>, or all symbols in <code>lst</code>, or - if no second argument
+is given - each pattern symbol in <code>any</code> (see <code><a
+href="refP.html#pat?">pat?</a></code>), with its current value. <code>@</code>
+itself is not considered a pattern symbol here. Unmodified subexpressions are
+shared. In any case, expressions following the symbol <code>^</code> should
evaluate to lists which are then (destructively) spliced into the result. See
also <code><a href="refM.html#match">match</a></code>.