From ed89700265c129983a6badca26b35eb62bb5dd70 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 5 Aug 2002 12:33:27 +0000 Subject: 17503: fix various typos, spelling mistakes and poor wordings in the docs --- Doc/Zsh/compsys.yo | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Doc/Zsh/compsys.yo') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 94e846121..a0e482845 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -274,10 +274,10 @@ the var(cmd)s be completed as those for the var(services). The var(function) may actually be a string containing any shell code and that string will be executed via the tt(eval) builtin command. -This allows to easily define completions for commands that need to call -one of the completion functions with arguments. For example to make -files ending in `tt(.h)' be completed as arguments to the command -tt(foo), one would use: +This allows for the easy definition of completions for commands that +need to call one of the completion functions with arguments. For +example to make files ending in `tt(.h)' be completed as arguments to +the command tt(foo), one would use: example(compdef '_files -g "*.h"' foo) @@ -568,7 +568,7 @@ for names of builtin commands kindex(characters, completion tag) item(tt(characters))( used for commands like tt(stty) when completing characters; also used -when completing character classes after a opening bracket +when completing character classes after an opening bracket ) kindex(colormapids, completion tag) item(tt(colormapids))( @@ -3090,7 +3090,7 @@ options and arguments which may be passed to the command for which completion is being performed. The description is given as arguments to this function, with each var(spec) describing one option or normal argument of the command. To separate these var(spec)s from the -options given to tt(_arguments) itself, they can be preceeded by an +options given to tt(_arguments) itself, they can be preceded by an argument containing a single colon. The forms of var(spec) understood are: @@ -4274,7 +4274,7 @@ function the tt(context) parameter will be set to the name of the value whose argument is to be completed. Note also that tt(_values) normally adds the character used as the -separator between values as a auto-removable suffix so that users don't +separator between values as an auto-removable suffix so that users don't have to type it themselves. But when using a `tt(->)var(string)' action tt(_values) can't do that because the matches for the argument will be generated by the calling function. To get the usual behaviour, the -- cgit 1.4.1