about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>2000-03-15 10:37:30 +0000
committerTanaka Akira <akr@users.sourceforge.net>2000-03-15 10:37:30 +0000
commit1296dfbff0b5fd3e39eed3fbc67327ce4609f591 (patch)
treea88c732aa3930020c0b6415342610d56b14145e3 /Doc
parent972208833b687cb1167bb5efe10441092dfc6af1 (diff)
downloadzsh-1296dfbff0b5fd3e39eed3fbc67327ce4609f591.tar.gz
zsh-1296dfbff0b5fd3e39eed3fbc67327ce4609f591.tar.xz
zsh-1296dfbff0b5fd3e39eed3fbc67327ce4609f591.zip
zsh-workers/10146
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo5
1 files changed, 4 insertions, 1 deletions
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