about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <p.stephenson@samsung.com>2022-02-22 10:00:14 +0000
committerPeter Stephenson <p.stephenson@samsung.com>2022-02-22 10:00:14 +0000
commit865baf7a2513a00996f0eeccf14475670daebe27 (patch)
tree57384596805c3e055413f341586d6c8735e042cc /Doc
parent0684c6a76249f6ec9fb2e79fc26340c2ae42def1 (diff)
downloadzsh-865baf7a2513a00996f0eeccf14475670daebe27.tar.gz
zsh-865baf7a2513a00996f0eeccf14475670daebe27.tar.xz
zsh-865baf7a2513a00996f0eeccf14475670daebe27.zip
49672: document "tied" in output from ${(t)...}
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/expn.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/expn.yo b/Doc/Zsh/expn.yo
index 753e5a008..c53ca645e 100644
--- a/Doc/Zsh/expn.yo
+++ b/Doc/Zsh/expn.yo
@@ -1205,6 +1205,11 @@ for readonly parameters
 item(tt(tag))(
 for tagged parameters
 )
+item(tt(tied))(
+for parameters tied to another parameter in the manner of tt(PATH)
+(colon-separated list) and tt(path) (array), whether these are
+special parameters or user-defined with `tt(typeset -T)'
+)
 item(tt(export))(
 for exported parameters
 )