about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Completion/Builtins/_zstyle1
-rw-r--r--Doc/Zsh/compsys.yo10
-rw-r--r--Doc/Zsh/mod_zutil.yo3
3 files changed, 3 insertions, 11 deletions
diff --git a/Completion/Builtins/_zstyle b/Completion/Builtins/_zstyle
index f072f79ae..207e37bce 100644
--- a/Completion/Builtins/_zstyle
+++ b/Completion/Builtins/_zstyle
@@ -11,7 +11,6 @@ styles=(
   accept-exact		 c:bool
   arguments		 c:
   auto-description	 c:
-  cache-path		 'c:_path_files -/'
   completer		 c:completer
   completions		 c:
   condition		 c:
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index f691fc5ef..e7615d74b 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -571,9 +571,6 @@ for process identifiers
 item(tt(ps))(
 used to look up the tt(arguments) and tt(list-arguments) styles
 )
-item(tt(regex))(
-used to look up tt(cache-path) style
-)
 item(tt(sequences))(
 for sequences (e.g. tt(mh) sequences)
 )
@@ -651,13 +648,6 @@ the description for this argument. Depending on personal preferences,
 it may be useful to set this style to something like `tt(specify: %d)'. 
 Note that this may not work for some commands.
 )
-item(tt(cache-path))(
-The tt(_regex_arguments) utility function used by some completion
-functions creates shell functions on the fly. If this style is set to
-a non-empty string, the value is taken as the name of a directory
-where to store these functions so that they don't have to be created
-anew when the completion function is used in another shell.
-)
 item(tt(completer))(
 The strings given as the value of this style give the names of the
 completer functions to use. The available completer functions are
diff --git a/Doc/Zsh/mod_zutil.yo b/Doc/Zsh/mod_zutil.yo
index d6196d7ed..92f155b23 100644
--- a/Doc/Zsh/mod_zutil.yo
+++ b/Doc/Zsh/mod_zutil.yo
@@ -108,4 +108,7 @@ trailing colon removed. In both cases the lengths of the strings
 are not used to determine how the other strings have to be aligned.
 The resulting strings are stored in the var(array).
 )
+item(tt(zregexparse))(
+This implements the internals of the `tt(_regex_arguments)'.
+)
 enditem()