1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-12 13:21:15 +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. choice of resetting these parameters or propagating changes in them.
A function calling tt(_arguments) with at least 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: appropriate local parameters:
example(local context state line example(local context state line
typeset -A opt_args) 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(}))( item(tt({)var(eval-string)tt(}))(
vindex(expl, use of) vindex(expl, use of)