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 /Doc/Zsh | |
parent | 6fa6a1f865b56b1dee05d780c788686db3bd3c2a (diff) | |
download | zsh-7af7f23508905e07fcfd990486b2998e0a23014c.tar.gz zsh-7af7f23508905e07fcfd990486b2998e0a23014c.tar.xz zsh-7af7f23508905e07fcfd990486b2998e0a23014c.zip |
make expn change clearer, suggested by Wayne
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/expn.yo | 4 |
1 files changed, 2 insertions, 2 deletions
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(.))( |