1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 08:51:18 +02:00

16419: Improve _arguments syntax summary.

This commit is contained in:
Bart Schaefer 2002-01-26 21:08:26 +00:00
parent 9113c2e2d6
commit a11b60569b

@ -2989,7 +2989,7 @@ Like tt(_tags) this function supports the tt(-C) option to give a
different name for the argument context field.
)
findex(_arguments)
item(tt(_arguments) var(spec) ...)(
item(tt(_arguments) [ tt(-ACS) ] [ tt(-O) var(name) ] [ tt(-M) var(matchspec) ] var(spec) ...)(
This function can be used to complete words on the line by describing the
options and arguments which may be passed to the command for which
completion is being performed. The description is given as arguments to