From 1296dfbff0b5fd3e39eed3fbc67327ce4609f591 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 15 Mar 2000 10:37:30 +0000 Subject: zsh-workers/10146 --- 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 9c38c3e27..48e1ffbf6 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1435,7 +1435,10 @@ Strings in the value may also be of the form `var(func)tt(())'. In this case the function var(func) will be called which can then define in which order tags are to be used based on additional context information. See the tt(_sort_tags) function below for a description -of how such functions can be implemented. +of how such functions can be implemented. The return value of the +function is used to decide if the following values for the style +should be used. If it is zero, they are used and if it is non-zero, +they are not used. If no style has been defined for a context, the strings tt(arguments values), tt(options), tt(globbed-files), tt(directories) and -- cgit 1.4.1