diff options
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/expn.yo | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo index 118040b00..2a1e243f9 100644 --- a/Doc/Zsh/expn.yo +++ b/Doc/Zsh/expn.yo @@ -1631,7 +1631,10 @@ item(tt(/))( directories ) item(tt(F))( -`full' (i.e. non-empty) directories +`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 +empty directories ) item(tt(.))( plain files |