diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-04-06 09:26:48 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-04-06 09:26:48 +0000 |
commit | 7af7f23508905e07fcfd990486b2998e0a23014c (patch) | |
tree | c5eb1cef594487f1ce99c16b3a800f4dabc11d5f | |
parent | 6fa6a1f865b56b1dee05d780c788686db3bd3c2a (diff) | |
download | zsh-7af7f23508905e07fcfd990486b2998e0a23014c.tar.gz zsh-7af7f23508905e07fcfd990486b2998e0a23014c.tar.xz zsh-7af7f23508905e07fcfd990486b2998e0a23014c.zip |
make expn change clearer, suggested by Wayne
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Doc/Zsh/expn.yo | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index d6965c23b..b9ab0afb1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ 2004-04-05 Peter Stephenson <pws@csr.com> + * unposted, suggested by Wayne: Doc/Zsh/expn.yo: + make 19728 clearer. + * 19728: Doc/Zsh/expn.yo: explain that (^F) (from 19717) doesn't mean `non-empty directories', you need (/^F) for that. diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 2a1e243f9..5d05601d5 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1632,8 +1632,8 @@ directories ) item(tt(F))( `full' (i.e. non-empty) directories. Note that the -opposite sense tt(LPAR()^F)tt(RPAR()) gives files which are -either empty, or not directories. Use tt(LPAR()/^F)tt(RPAR()) for +opposite sense tt(LPAR()^F)tt(RPAR()) expands to empty directories +and all non-directories. Use tt(LPAR()/^F)tt(RPAR()) for empty directories ) item(tt(.))( |