mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-06-16 20:58:05 +02:00
53664: remove a slightly confusing example
This commit is contained in:
parent
bfb8ec65a6
commit
e1bb74cfb7
2 changed files with 5 additions and 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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue