about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-29 13:14:28 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-29 13:14:28 +0000
commitb7325c6158fcbbdccf44a17d35288705a3f328eb (patch)
tree06ef126fa1cb8ae101fd9d040f8964ba1f948646 /Doc
parentaf16643a00d29f5d03dc7729b9527f4abefe56e5 (diff)
downloadzsh-b7325c6158fcbbdccf44a17d35288705a3f328eb.tar.gz
zsh-b7325c6158fcbbdccf44a17d35288705a3f328eb.tar.xz
zsh-b7325c6158fcbbdccf44a17d35288705a3f328eb.zip
zsh-workers/9166
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo10
-rw-r--r--Doc/Zsh/mod_zutil.yo3
2 files changed, 3 insertions, 10 deletions
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()