about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorAdam Spiers <adamspiers@users.sourceforge.net>2001-08-15 13:50:02 +0000
committerAdam Spiers <adamspiers@users.sourceforge.net>2001-08-15 13:50:02 +0000
commita4ba95139dafff2c7b69bf6de421bdce0de280a4 (patch)
tree83a7153c9c89d2b0802a737c49ea0771fd9c35c4 /Doc/Zsh/compsys.yo
parent3df9884871ff48175fd26ecdaf7d10b472cdda5d (diff)
downloadzsh-a4ba95139dafff2c7b69bf6de421bdce0de280a4.tar.gz
zsh-a4ba95139dafff2c7b69bf6de421bdce0de280a4.tar.xz
zsh-a4ba95139dafff2c7b69bf6de421bdce0de280a4.zip
unposted: Add missing docs for cache-policy style.
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-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)