From a4fbfa38beec7a6e1ad9dab2e3562a8c61bae5bf Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 4 Jan 2010 20:46:35 +0000 Subject: Jesse Weinstein: 27553: improve doc phrasing --- Doc/Zsh/compsys.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 22ed88db3..a437a705c 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -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) -- cgit 1.4.1