about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorWayne Davison <wayned@users.sourceforge.net>2004-10-19 16:01:24 +0000
committerWayne Davison <wayned@users.sourceforge.net>2004-10-19 16:01:24 +0000
commit3dbab17494e6a3049461bfc11eec59821bd3a996 (patch)
treedbe88c03c34ad92ea24fc367520ee16dbda24835 /Doc
parent1177bad7735b453c2a56ddf94fd2f40aa3332bf1 (diff)
downloadzsh-3dbab17494e6a3049461bfc11eec59821bd3a996.tar.gz
zsh-3dbab17494e6a3049461bfc11eec59821bd3a996.tar.xz
zsh-3dbab17494e6a3049461bfc11eec59821bd3a996.zip
Fixed the default completion-cache path. (Change from Alexey Tourbin.)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 63b7086b3..d9630b2bc 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -4168,7 +4168,7 @@ findex(_retrieve_cache)
 item(tt(_retrieve_cache) var(cache_identifier))(
 This function retrieves completion information from the file given by
 var(cache_identifier), stored in a directory specified by the
-tt(cache-path) style which defaults to tt(~/.zsh/cache).  The return value
+tt(cache-path) style which defaults to tt(~/.zcompcache).  The return value
 is zero if retrieval was successful.  It will only attempt retrieval
 if the tt(use-cache) style is set, so you can call this function
 without worrying about whether the user wanted to use the caching
@@ -4218,7 +4218,7 @@ even in different instances of the shell.
 
 The var(cache_identifier) specifies the file which the data should be
 dumped to.  The file is stored in a directory specified by the
-tt(cache-path) style which defaults to tt(~/.zsh/cache).  The remaining
+tt(cache-path) style which defaults to tt(~/.zcompcache).  The remaining
 var(params) arguments are the parameters to dump to the file.
 
 The return value is zero if storage was successful.  The function will