diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-07-22 07:44:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-07-22 07:44:52 -0700 |
commit | f26bbf192b8723f772ba2bc1e108973018697c74 (patch) | |
tree | 538e270d9c06ea3d333de1179241232d47b4be5e | |
parent | 5c9dab21430ef0400d262cc3f522ba1c61c5b82a (diff) | |
download | txr-f26bbf192b8723f772ba2bc1e108973018697c74.tar.gz txr-f26bbf192b8723f772ba2bc1e108973018697c74.tar.bz2 txr-f26bbf192b8723f772ba2bc1e108973018697c74.zip |
doc: @(merge) improvement.
* txr.1: Description of @(merge) is improved by eliminating
fluff wording.
-rw-r--r-- | txr.1 | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -6306,16 +6306,16 @@ are bind expressions. The .code merge -directive provides a way of combining two or more variables or -expressions in a somewhat complicated but very useful way. +directive provides a way of combining collected data from multiple +nested lists in a way which normalizes different nesting levels +among the sources. This directive is useful for combining the results from +collects at different levels of nesting into a single nested list such that +parallel elements are at equal depth. + A new binding is created for the .meta destination variable, which holds the result of the operation. -This directive is useful for combining the results from collects at different -levels of nesting into a single nested list such that parallel elements are at -equal depth. - The .code merge directive performs its special function if invoked with at least three |