mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 22:11:54 +02:00
Jesse Weinstein: 27553: improve doc phrasing
This commit is contained in:
parent
c38161461f
commit
a4fbfa38be
1 changed files with 2 additions and 2 deletions
|
@ -3672,13 +3672,13 @@ such as tt(PREFIX) and tt(words). This gives the calling function the
|
|||
choice of resetting these parameters or propagating changes in them.
|
||||
|
||||
A function calling tt(_arguments) with at least
|
||||
one action containing a `tt(->)var(string)' therefore must declare
|
||||
one action containing a `tt(->)var(string)' must therefore declare
|
||||
appropriate local parameters:
|
||||
|
||||
example(local context state line
|
||||
typeset -A opt_args)
|
||||
|
||||
to avoid tt(_arguments) from altering the global environment.
|
||||
to prevent tt(_arguments) from altering the global environment.
|
||||
)
|
||||
item(tt({)var(eval-string)tt(}))(
|
||||
vindex(expl, use of)
|
||||
|
|
Loading…
Reference in a new issue