1
0
Fork 0
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:
Peter Stephenson 2010-01-04 20:46:35 +00:00
parent c38161461f
commit a4fbfa38be

View file

@ -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)