about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-09-22 22:29:54 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-09-22 22:29:54 +0000
commit9acc1dd713d95c0e894b4eee86f524888753f8a3 (patch)
tree164b27b8d4f8d14f7bbfc8490a82cf7c18764bc2 /Doc/Zsh/compsys.yo
parent44d88901e55693062a86e84665af06a4897716c9 (diff)
downloadzsh-9acc1dd713d95c0e894b4eee86f524888753f8a3.tar.gz
zsh-9acc1dd713d95c0e894b4eee86f524888753f8a3.tar.xz
zsh-9acc1dd713d95c0e894b4eee86f524888753f8a3.zip
zsh-workers/8001
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo6
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 913bc95ea..524ea6ee0 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -566,8 +566,10 @@ above the matches added. These options also will make sure that the
 matches are placed in a separate group (the second argument is used as 
 the name of the group) if the configuration key tt(group_matches) is
 set to a non-empty string. Normally a sorted group will be used for this
-(with the `tt(-J)' option), but if the option `tt(-V)' is given, a
-unsorted group will be used instead.
+(with the `tt(-J)' option), but if a option starting with `tt(-V)' or
+`tt(-J)' is given, that option will be included in the array, so that
+it is possible to make the group unsorted by given the option
+`tt(-V)', `tt(-V1)', or `tt(-V2)'.
 
 In most cases, this function will be used like this: