From e1bb74cfb7363731884ccb878cb35eff5f3d0cbf Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Fri, 23 May 2025 10:53:32 +0200 Subject: [PATCH] 53664: remove a slightly confusing example --- ChangeLog | 4 ++++ Doc/Zsh/params.yo | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 90175ee32..162c6709b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2025-05-23 Mikael Magnusson + + * 53664: Doc/Zsh/params.yo: remove a slightly confusing example + 2025-05-22 Mikael Magnusson * 53660: Doc/Zsh/expn.yo, Doc/Zsh/params.yo: Clarify namespaces diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 0a550cf96..a9e8cc716 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -692,8 +692,7 @@ indent(tt(unset )var(pname)) An empty reference such as one of ifzman() example(tt(typeset -n )var(pname) -tt(typeset -n )var(pname)tt(=) -tt(typeset -n )var(pname)tt(="")) +tt(typeset -n )var(pname)tt(=)) acts as a placeholder. The first non-empty assignment to var(pname) initializes the reference, and subsequently any expansions of, or