mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 00:31:07 +02:00
make expn change clearer, suggested by Wayne
This commit is contained in:
parent
6fa6a1f865
commit
7af7f23508
2 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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(.))(
|
||||
|
|
Loading…
Reference in a new issue