about summary refs log tree commit diff
path: root/Doc/Zsh/expn.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-05 07:31:00 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-05 07:31:00 +0000
commit0f2250de44f1d753d7d9dc7e0d4f8927137bd956 (patch)
tree9b6cc8aadc1d4985e688dbcb16197ae165112b7f /Doc/Zsh/expn.yo
parent5d4faa678e1a3aede04654e6a914aa348313ecc6 (diff)
downloadzsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.tar.gz
zsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.tar.xz
zsh-0f2250de44f1d753d7d9dc7e0d4f8927137bd956.zip
complete after autoloaded directories (a rather ugly hack); remove old code in _files (comma separated patterns); improve docs for fake style and for comma separated qualifier lists (12892)
Diffstat (limited to 'Doc/Zsh/expn.yo')
-rw-r--r--Doc/Zsh/expn.yo6
1 files changed, 5 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 91b78b7fd..9c6c9e54e 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1748,7 +1748,11 @@ enditem()
 
 More than one of these lists can be combined, separated by commas. The
 whole list matches if at least one of the sublists matches (they are
-`or'ed, the qualifiers in the sublists are `and'ed).
+`or'ed, the qualifiers in the sublists are `and'ed).  Some qualifiers,
+however, affect all matches generated, independent of the sublist in
+which they are given.  These are the qualifiers `tt(M)', `tt(T)',
+`tt(N)', `tt(D)', `tt(n)', `tt(o)', `tt(O)' and the subscripts given
+in brackets (`tt([...])').
 
 If a `tt(:)' appears in a qualifier list, the remainder of the expression in
 parenthesis is interpreted as a modifier (see noderef(Modifiers)