Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] Doc typo fix
- X-seq: zsh-workers 27553
- From: Jesse Weinstein <jessw@xxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] Doc typo fix
- Date: Sun, 03 Jan 2010 15:53:32 -0800
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
Small typo I noticed while reading the documentation.
Jesse
Index: compsys.yo
===================================================================
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.
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)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author