about summary refs log tree commit diff
path: root/Doc/Zsh/params.yo
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@zsh.org>2023-02-12 11:57:31 -0800
committerBart Schaefer <schaefer@zsh.org>2023-02-12 11:57:31 -0800
commitacb15e3cc9af6c5b51e570765e6734e958d32aef (patch)
tree530ceb89c52f5d1437d76ea1faf305f033a5d259 /Doc/Zsh/params.yo
parent3eed6f70cdfea63cfdc380a4df8382fff38af55d (diff)
downloadzsh-acb15e3cc9af6c5b51e570765e6734e958d32aef.tar.gz
zsh-acb15e3cc9af6c5b51e570765e6734e958d32aef.tar.xz
zsh-acb15e3cc9af6c5b51e570765e6734e958d32aef.zip
51403: Tests and documentation for 51402, clean up some other tests.
Diffstat (limited to 'Doc/Zsh/params.yo')
-rw-r--r--Doc/Zsh/params.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo
index c7ecf0f64..946c00793 100644
--- a/Doc/Zsh/params.yo
+++ b/Doc/Zsh/params.yo
@@ -656,8 +656,8 @@ When a em(named reference) is created with `tt(typeset -n)', all uses
 of var(pname) in assignments and expansions instead assign to or
 expand var(rname).  This also applies to `tt(unset )var(pname)' and to
 most subsequent uses of `tt(typeset)' with the exception of
-`tt(typeset -n)' and `tt(typeset +n)', so to remove a named reference
-it is necessary to use one of:
+`tt(typeset -n)' and `tt(typeset +n)', so to remove a named reference,
+use either `tt(unset -n )var(pname)' or one of:
 ifzman()
 example(tt(typeset -n )var(pname)
 tt(typeset +n )var(pname))