about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPaul Ackersviller <packersv@users.sourceforge.net>2007-10-09 03:10:54 +0000
committerPaul Ackersviller <packersv@users.sourceforge.net>2007-10-09 03:10:54 +0000
commit25489b458fb5696ef7fa93f03c653fd103ea7aab (patch)
treece39b0cc2103a123e61891b1a8c1b9af028248b8 /Doc
parentdfb2b0d37236561ce3367ef6253d5283634d6306 (diff)
downloadzsh-25489b458fb5696ef7fa93f03c653fd103ea7aab.tar.gz
zsh-25489b458fb5696ef7fa93f03c653fd103ea7aab.tar.xz
zsh-25489b458fb5696ef7fa93f03c653fd103ea7aab.zip
Merge of 22451: cross-reference ${^spec} in brace expansion.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index a22296c84..cb40f8e36 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1131,6 +1131,13 @@ particular, note that this is liable to produce a `no match' error if
 em(either) of the two expressions does not match; this is to be contrasted
 with tt(*/(foo|bar)), which is treated as a single pattern but otherwise
 has similar effects.
+
+To combine brace expansion with array expansion, see the
+tt(${^)var(spec)tt(}) form described
+ifzman(in the section Parameter Expansion)\
+ifnzman(in noderef(Parameter Expansion))
+above.
+
 texinode(Filename Expansion)(Filename Generation)(Brace Expansion)(Expansion)
 sect(Filename Expansion)
 cindex(filename expansion)