From d2b98fba46888e39f4414a21e1498b368fc133c3 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 17 Jul 2017 09:23:00 +0100 Subject: 41429: Try to improve description of how stages of expansion fit together. --- ChangeLog | 5 +++++ Doc/Zsh/expn.yo | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0649b5fd7..4a5b998ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-07-17 Peter Stephenson + + * 41429: Doc/Zsh/expn.yo: Better documentation of how stages of + expansion fit together. + 2017-07-15 Oliver Kiddle * 41431: Completion/Linux/Command/_lsblk, diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index d161b0ba5..c45f83a3e 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -856,8 +856,9 @@ all arguments to be removed. Internally, each such expansion is converted into the equivalent list for brace expansion. E.g., tt(${^var}) becomes tt({$var[1],$var[2],)...tt(}), and is processed as described in -noderef(Brace Expansion) below. -If word splitting is also in effect the +noderef(Brace Expansion) below: note, however, the expansion +happens immediately, with any explicit brace expansion +happening later. If word splitting is also in effect the tt($var[)var(N)tt(]) may themselves be split into different list elements. ) -- cgit 1.4.1