about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-18 09:22:31 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-05-18 09:22:31 +0000
commit781a5bd4b1ac91e18bd58470030fac8f15d6a432 (patch)
treeb3eae06f6ad3b4771a47579f90c041170b3ab571
parentc515a58aca50c37a4efd4b0542d633b3347c1eb5 (diff)
downloadzsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.tar.gz
zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.tar.xz
zsh-781a5bd4b1ac91e18bd58470030fac8f15d6a432.zip
small doc fix; make compcall autoload compctl module (11457)
-rw-r--r--ChangeLog5
-rw-r--r--Doc/Zsh/compsys.yo2
-rw-r--r--Src/Zle/compctl.mdd7
3 files changed, 11 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index a619e2e64..02d1dd253 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-05-18  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 11457: Doc/Zsh/compsys.yo, Src/Zle/compctl.mdd: small doc fix;
+ 	make compcall autoload compctl module
+	
 2000-05-18  Peter Stephenson  <pws@cambridgesiliconradio.com>
 
 	* pws: 11455: Completion/Core/_oldlist: old-menu defaults on.
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
diff --git a/Src/Zle/compctl.mdd b/Src/Zle/compctl.mdd
index c83ecda29..b4e1756fb 100644
--- a/Src/Zle/compctl.mdd
+++ b/Src/Zle/compctl.mdd
@@ -1,5 +1,8 @@
-moddeps="comp1"
+name=zsh/compctl
 
-autobins="compctl"
+moddeps="zsh/complete zsh/zle"
 
+autobins="compctl compcall"
+
+headers="compctl.h"
 objects="compctl.o"