about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2010-01-04 20:46:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2010-01-04 20:46:35 +0000
commita4fbfa38beec7a6e1ad9dab2e3562a8c61bae5bf (patch)
treefb419bce6be937ad02fb1fe2d658748f84789fc8 /Doc/Zsh/compsys.yo
parentc38161461fb2318a725630bf62307ff57d299c51 (diff)
downloadzsh-a4fbfa38beec7a6e1ad9dab2e3562a8c61bae5bf.tar.gz
zsh-a4fbfa38beec7a6e1ad9dab2e3562a8c61bae5bf.tar.xz
zsh-a4fbfa38beec7a6e1ad9dab2e3562a8c61bae5bf.zip
Jesse Weinstein: 27553: improve doc phrasing
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 2 insertions, 2 deletions
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)