1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

unposted: cross-reference "typeset -f" for "functions -[Tt]"

This commit is contained in:
Bart Schaefer 2022-05-07 16:45:09 -07:00
parent 23dab58b8e
commit 251772f8d1
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2022-05-07 Bart Schaefer <schaefer@zsh.org>
* unposted: Doc/Zsh/builtins.yo: cross-reference "typeset -f" for
"functions -[Tt]"
2022-05-02 Bart Schaefer <schaefer@zsh.org>
* unposted (cf. Jun-ichi 50164): Test/E01options.ztst: add sleep

View file

@ -874,7 +874,8 @@ xitem(tt(functions -M) [ tt(-m) var(pattern) ... ])
item(tt(functions +M) [ tt(-m) ] var(mathfn) ... )(
Equivalent to tt(typeset -f), with the exception of the tt(-c), tt(-x),
tt(-M) and tt(-W) options. For tt(functions -u) and tt(functions -U),
see tt(autoload), which provides additional options.
see tt(autoload), which provides additional options. For tt(functions -t)
and tt(functions -T), see tt(typeset -f).
The tt(-x) option indicates that any functions output will have
each leading tab for indentation, added by the shell to show syntactic