From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10918 invoked by alias); 4 Jan 2010 00:03:52 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 27553 Received: (qmail 25864 invoked from network); 4 Jan 2010 00:03:50 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00, FH_DATE_PAST_20XX,SPF_HELO_PASS autolearn=no version=3.2.5 Received-SPF: softfail (ns1.primenet.com.au: transitioning SPF record at netwood.net does not designate 132.239.0.176 as permitted sender) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApsEAOa8QEuE7wEx/2dsb2JhbACDXsIjjB6BLIIuVgSDGg X-IronPort-AV: E=Sophos;i="4.47,494,1257148800"; d="scan'208";a="154475199" X-Authentication-Warning: smtp.ucsd.edu: Host dyn128-54-175-232.ucsd.edu [128.54.175.232] claimed to be localhost Subject: [PATCH] Doc typo fix From: Jesse Weinstein To: zsh-workers@zsh.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Date: Sun, 03 Jan 2010 15:53:32 -0800 Message-ID: <1262562812.24526.7.camel@zareason> Mime-Version: 1.0 X-Mailer: Evolution 2.28.1 Small typo I noticed while reading the documentation. Jesse=20 Index: compsys.yo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /cvsroot/zsh/zsh/Doc/Zsh/compsys.yo,v retrieving revision 1.224 diff -u -r1.224 compsys.yo --- compsys.yo 18 Oct 2009 19:47:31 -0000 1.224 +++ compsys.yo 3 Jan 2010 23:51:16 -0000 @@ -3672,13 +3672,13 @@ choice of resetting these parameters or propagating changes in them. =20 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: =20 example(local context state line typeset -A opt_args) =20 -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)