about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-03 08:46:52 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-03 08:46:52 +0000
commit43e44f06b7933ee86b7d26b2a1a344971431f8d5 (patch)
treeadfbcab21f8a1b9f50931cf11c7dc666be7bfcc8 /Doc/Zsh/compsys.yo
parentb5594215dd13afd833314e973358965f0cd7d60b (diff)
downloadzsh-43e44f06b7933ee86b7d26b2a1a344971431f8d5.tar.gz
zsh-43e44f06b7933ee86b7d26b2a1a344971431f8d5.tar.xz
zsh-43e44f06b7933ee86b7d26b2a1a344971431f8d5.zip
more doc fixes (11094)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo12
1 files changed, 7 insertions, 5 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 8a0d135f3..7df485767 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2921,11 +2921,13 @@ exclusive. Such a list is given in parentheses at the beginning, as in
 `tt((-two -three 1)-one:...)' or `tt((-foo):...)'. In the first
 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. 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 and it may
-contain a colon to specify that the descriptions for all normal
-(non-option-) arguments should not be used.
+`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
+star as one of its elements to specify that the description for the
+rest arguments should not be used and it may contain a colon to
+specify that the descriptions for all normal (non-option-) arguments
+should not be used.
 
 In each of the cases above, the var(action) says how the possible
 completions should be generated. In cases where only one of a fixed