diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-18 09:22:31 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-18 09:22:31 +0000 |
commit | 781a5bd4b1ac91e18bd58470030fac8f15d6a432 (patch) | |
tree | b3eae06f6ad3b4771a47579f90c041170b3ab571 /Doc/Zsh/compsys.yo | |
parent | c515a58aca50c37a4efd4b0542d633b3347c1eb5 (diff) | |
download | zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.tar.gz zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.tar.xz zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.zip |
small doc fix; make compcall autoload compctl module (11457)
Diffstat (limited to 'Doc/Zsh/compsys.yo')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index cd66f2e22..1638e5406 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -1486,7 +1486,7 @@ example, with the tt(MENU_COMPLETE) option). In addition to (or instead of) the above possibilities, the value may contain the string `tt(select)', optionally followed by an equal sign and a -number. In this case menu-selection (as defined by the tt(zsh/computil) +number. In this case menu-selection (as defined by the tt(zsh/complist) module) will be started. Without the optional number, it will be started unconditionally and with a number it will be started only if at least that many matches are generated; if the values for more than one tag provide a |