mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-12 23:11:14 +02:00
37845: Forward-reference typeset instances where no parameter is created, and remove the obsolete statement about array assignments separated from typeset command on -p.
This commit is contained in:
parent
31d0bc1cdc
commit
0baf57701c
2 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
2016-01-30 Barton E. Schaefer <schaefer@zsh.org>
|
||||
|
||||
* 37845: Doc/Zsh/builtins.yo: Forward-reference typeset instances
|
||||
where no parameter is created, and remove the obsolete statement
|
||||
about array assignments separated from typeset command on -p.
|
||||
|
||||
* 37844: Doc/Zsh/builtins.yo: reorder typeset introduction to keep
|
||||
related concepts together.
|
||||
|
||||
|
|
|
@ -1753,7 +1753,8 @@ xitem(SPACES()[ tt(+) | var(SCALAR)[tt(=)var(value)] var(array)[tt(=LPAR())var(v
|
|||