mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-09 22:11:16 +02:00
Jun T. proofreading
This commit is contained in:
parent
d3d5325d27
commit
6783c4538f
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,8 @@
|
||||||
2015-11-08 Barton E. Schaefer <schaefer@brasslantern.com>
|
2015-11-09 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
|
* unposted (cf. Jun T.: 37083): Doc/Zsh/mod_private.yo: proofreading
|
||||||
|
|
||||||
|
2015-11-08 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 37081: Doc/Makefile.in, Doc/Zsh/mod_private.yo,
|
* 37081: Doc/Makefile.in, Doc/Zsh/mod_private.yo,
|
||||||
Src/Modules/param_private.c, Src/Modules/param_private.mdd,
|
Src/Modules/param_private.c, Src/Modules/param_private.mdd,
|
||||||
|
|
|
@ -41,7 +41,7 @@ also adds the option `tt(-P)' to the `tt(local)' builtin to declare private
|
||||||
parameters.
|
parameters.
|
||||||
|
|
||||||
For example, this construction fails if tt(zsh/param/private) has not yet
|
For example, this construction fails if tt(zsh/param/private) has not yet
|
||||||
been loaded when `tt(failing)' is defined:
|
been loaded when `tt(bad_declaration)' is defined:
|
||||||
example(bad_declaration+LPAR()RPAR() {
|
example(bad_declaration+LPAR()RPAR() {
|
||||||
zmodload zsh/param/private
|
zmodload zsh/param/private
|
||||||
private array=LPAR() one two three RPAR()
|
private array=LPAR() one two three RPAR()
|
||||||
|
|
Loading…
Reference in a new issue