about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-05-06 07:59:52 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-05-06 07:59:52 +0000
commitc1dc0ffe4f35aa48a9fbe4e9f5f7252d63634a1c (patch)
treefd5f0c372375a50654f703306859c0a173b0cd32 /Doc
parentb3e51a037e12dcdd291bf701c9f26797e27345f1 (diff)
downloadzsh-c1dc0ffe4f35aa48a9fbe4e9f5f7252d63634a1c.tar.gz
zsh-c1dc0ffe4f35aa48a9fbe4e9f5f7252d63634a1c.tar.xz
zsh-c1dc0ffe4f35aa48a9fbe4e9f5f7252d63634a1c.zip
11223: Completion/Base/_regex_arguments, Completion/Debian/_apt,
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo:
_regex_arguments use _alternative.
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 a0a7d7865..99530a348 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -3292,11 +3292,12 @@ right.
 
 If no test succeeds and the remaining command line string contains no null
 character, the completion target is restricted to the remainder of the
-command line string and var(action)s for the target are evaluated.
+command line string and var(action)s for the target are executed.
 In this case, nothing is actually removed from the command line string
 so that any previous or neighbouring state may also have var(actions)s.
-var(actions)s evaluation are ordered by the tt(tag-order) style and
-specified var(tag).  var(descr) is used for set up the array parameter
+var(actions)s evaluation are ordered by the tt(tag-order) style and specified
+var(tag) by tt(_alternative).  So, various format supported by tt(_alternative)
+can be used in var(action).  var(descr) is used for set up the array parameter
 tt(expl).
 )
 item(tt(/)var(pattern)tt(/+) [tt(%)var(lookahead)tt(%)] [tt(-)var(guard)] [tt(:)var(tag)tt(:)var(descr)tt(:)var(action)])(