about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/expn.yo5
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4ff024f1d..c2223ad1b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2004-04-05  Peter Stephenson  <pws@csr.com>
 
+	* 19728: Doc/Zsh/expn.yo: explain that (^F) (from 19717)
+	doesn't mean `non-empty directories', you need (/^F) for that.
+
 	* unposted: ChangeLog, ChangeLog-4.1: move stuff up to 4.2.0
 	out of ChangeLog.
 
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