From a4ba95139dafff2c7b69bf6de421bdce0de280a4 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 15 Aug 2001 13:50:02 +0000 Subject: unposted: Add missing docs for cache-policy style. --- ChangeLog | 3 +++ Doc/Zsh/compsys.yo | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 00e5e1c30..1f1adfb38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-15 Adam Spiers + * unposted: Doc/Zsh/compsys.yo: add missing docs for cache-policy + style. + * 15630: Completion/Redhat/Command/_rpm: update caching policy for newer versions of rpm. 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) -- cgit 1.4.1