diff options
Diffstat (limited to 'Doc/Zsh/params.yo')
| -rw-r--r-- | Doc/Zsh/params.yo | 3 |
1 files changed, 1 insertions, 2 deletions
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 |
