diff options
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | Doc/Zsh/compsys.yo | 6 |
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 00e5e1c30..1f1adfb38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2001-08-15 Adam Spiers <adam@spiers.net> + * 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) |