about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-10 09:22:49 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-10 09:22:49 +0000
commit0f7d06b4e544461c109c81eb7cc8c4822fac09aa (patch)
tree34bf04cc2cdd4bd95c22ded05d608c97f8f0eeb6 /Doc
parent9a670c67eb24da0ef464d2b670fdde5a16ebb260 (diff)
downloadzsh-0f7d06b4e544461c109c81eb7cc8c4822fac09aa.tar.gz
zsh-0f7d06b4e544461c109c81eb7cc8c4822fac09aa.tar.xz
zsh-0f7d06b4e544461c109c81eb7cc8c4822fac09aa.zip
misc. _arguments fixes
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index c4c632ef5..69701dd34 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2991,10 +2991,11 @@ exclusive. Such a list is given in parentheses at the beginning, as in
 example, the options `tt(-two)' and `tt(-three)' and the first
 argument will not be offered as possible completions if the option
 `tt(-one)' is on the line before the cursor and in the second example
-the argument described by the specification will not be offered if the
-option tt(-foo) is on the line. Also, the list may contain a single
+the option `tt(-foo)' will not be offered if the argument described by
+the specification is on the line. Also, the list may contain a single
 star as one of its elements to specify that the description for the
-rest arguments should not be used, a colon to
+rest arguments (i.e. a specification of the form `tt(*:...)') should
+not be used, a colon to
 specify that the descriptions for all normal (non-option-) arguments
 should not be used and a hyphen to specify that the descriptions for
 all options should not be used.