about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2022-05-07 16:45:09 -0700
committerBart Schaefer <schaefer@zsh.org>2022-05-07 16:45:09 -0700
commit251772f8d1c4c62b10ae49bc9e94fd7db7ae4b49 (patch)
tree9b2705d3a9262b72c73b8d7ba07861d6d5b338db
parent23dab58b8e075db898376d2365e0481f99ab612e (diff)
downloadzsh-251772f8d1c4c62b10ae49bc9e94fd7db7ae4b49.tar.gz
zsh-251772f8d1c4c62b10ae49bc9e94fd7db7ae4b49.tar.xz
zsh-251772f8d1c4c62b10ae49bc9e94fd7db7ae4b49.zip
unposted: cross-reference "typeset -f" for "functions -[Tt]"
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/builtins.yo3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d251d71e..e93b9b018 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 1d74f0c17..280f1d72a 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -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