summaryrefslogtreecommitdiff
path: root/Doc/Zsh
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Zsh')
-rw-r--r--Doc/Zsh/compsys.yo6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index ddfe59368..1c387c5ee 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -947,6 +947,12 @@ completion data are stored. Defaults to `tt($ZDOTDIR/.zcompcache)', or
`tt($HOME/.zcompcache)' if tt($ZDOTDIR) is not defined. The completion
layer will not be used unless the tt(use-cache) style is set.
)
+kindex(cache-policy, completion style)
+item(tt(cache-policy))(
+This style defines the function which will be used to determine whether
+a cache needs rebuilding. See the section on the tt(_cache_invalid)
+function below.
+)
kindex(call-command, completion style)
item(tt(call-command))(
Currently this is only used by the function completing tt(make)