diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | Doc/Zsh/params.yo | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2025-05-23 Mikael Magnusson <mikachu@gmail.com> + + * 53664: Doc/Zsh/params.yo: remove a slightly confusing example + 2025-05-22 Mikael Magnusson <mikachu@gmail.com> * 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 |
