summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Doc/Zsh/expn.yo4
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(.))(