From 7233c7a750eb0a321a67281404b74b4ea0917384 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 16 Aug 2023 13:17:14 +0100 Subject: 29130, 21931 (Ray): document what typeset -t is for. This replaces documenting what it isn't for. --- ChangeLog | 5 +++++ Doc/Zsh/builtins.yo | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 13230c3b6..efcbfc644 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-08-16 Peter Stephenson + + * 29130, 29131 (Ray): Doc/Zsh/builtins.yo: document what typeset + -t is for, not what it isn't for. + 2023-08-14 Jun-ichi Takimoto * 52037: Completion/Unix/Command/_date, diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index 5eb93272a..8f310f6cf 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -2320,8 +2320,10 @@ readonly). Special variables that have been made readonly retain their value and readonly attribute when made local. ) item(tt(-t))( -Tags the named parameters. Tags have no special meaning to the shell. -This flag has a different meaning when used with tt(-f); see above. +Tags the named parameters. Tags only exist to flag the parameter for +the user's own purposes --- the list of tagged parameters can be queried +using `tt(typeset -t)'. Tags have no other use. Note that the tt(-t) +flag has a different meaning when used with tt(-f); see above. ) item(tt(-u))( Convert the result to upper case whenever the parameter is expanded. -- cgit 1.4.1