about summary refs log tree commit diff
path: root/Doc/Zsh/compsys.yo
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-26 13:03:24 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-04-26 13:03:24 +0000
commit727912d1cbbc5593a870941d26f3234d49b45847 (patch)
treebafb40940f51a81c534415bf93b42e7e25b43e6f /Doc/Zsh/compsys.yo
parentaa99b19c088324b17c0c5e1caee4fc3b5777deab (diff)
downloadzsh-727912d1cbbc5593a870941d26f3234d49b45847.tar.gz
zsh-727912d1cbbc5593a870941d26f3234d49b45847.tar.xz
zsh-727912d1cbbc5593a870941d26f3234d49b45847.zip
handle sub-sub-directories of $_compdir as in the CVS-layout (14107)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r--Doc/Zsh/compsys.yo7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index 96d0d010d..e89ac7cd2 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -142,9 +142,10 @@ contains the required directories for the standard functions.
 For incomplete installations, if tt(compinit) does not find enough files
 beginning with an underscore (fewer than twenty) in the search path, it
 will try to find more by adding the directory tt(_compdir) to the search
-path.  Furthermore, if the directory in question ends in the path segment
-tt(Base), or has a subdirectory named tt(Base), tt(compinit) will add all
-subdirectories of the directory where tt(Base) is to the path: this allows
+path.  If that directory has a subdirectory named tt(Base), all
+subdirectories will be added to the path.  Furthermore, if the subdirectory
+tt(Base) has a subdirectory named tt(Core), tt(compinit) will add all
+subdirectories of the subdirectories is to the path: this allows
 the functions to be in the same format as in the tt(zsh) source
 distribution.