diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-09 09:25:07 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2001-05-09 09:25:07 +0000 |
commit | 27a7c9cdebbc9211890d87a14e62876159d56c2d (patch) | |
tree | 22651588663a0deb0bf1aae5f42ae4bed50b885a /Doc/Zsh | |
parent | b6a44fae76191765c2198916097f59904952d730 (diff) | |
download | zsh-27a7c9cdebbc9211890d87a14e62876159d56c2d.tar.gz zsh-27a7c9cdebbc9211890d87a14e62876159d56c2d.tar.xz zsh-27a7c9cdebbc9211890d87a14e62876159d56c2d.zip |
Make clearer that globsubst doesn't affect brace expansion
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/options.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/Zsh/options.yo b/Doc/Zsh/options.yo index 025368d7c..3d523e85c 100644 --- a/Doc/Zsh/options.yo +++ b/Doc/Zsh/options.yo @@ -473,7 +473,8 @@ item(tt(GLOB_SUBST) <C> <K> <S>)( Treat any characters resulting from parameter expansion as being eligible for file expansion and filename generation, and any characters resulting from command substitution as being eligible for -filename generation. +filename generation. Braces (and commas in between) do not become eligible +for expansion. ) pindex(HASH_CMDS) cindex(hashing, of commands) |