From 0e20ad9aa0989caf2a488c8590f22beeba24c9b0 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 14 Sep 1999 08:34:27 +0000 Subject: zsh-workers/7819 --- Doc/Zsh/compsys.yo | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Doc') diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 6ce13fc35..8025c7ad2 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -819,7 +819,10 @@ starts with a space, this list of words will be invoked unchanged, otherwise it will be invoked with some extra string placed after the first word which can be given as arguments to the tt(compadd) and tt(compgen) builtins and which make sure that the var(message) given -in the description will be shown above the matches. +in the description will be shown above the matches. These arguments +are taken from the array parameter tt(expl) which will be set up +before executing the var(action) and hence may be used in it (normally +in an expansion like `tt($expl[@])'). In places where no sensible matches can be generated, the action should consist of only a space. This will make the var(message) be -- cgit 1.4.1