From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21511 invoked from network); 14 Dec 1999 11:03:09 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 14 Dec 1999 11:03:09 -0000 Received: (qmail 2304 invoked by alias); 14 Dec 1999 11:03:04 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9039 Received: (qmail 2297 invoked from network); 14 Dec 1999 11:03:03 -0000 Date: Tue, 14 Dec 1999 12:03:02 +0100 (MET) Message-Id: <199912141103.MAA01137@beta.informatik.hu-berlin.de> From: Sven Wischnowsky To: zsh-workers@sunsite.auc.dk In-reply-to: zefram@fysh.org's message of Mon, 13 Dec 1999 18:30:49 GMT Subject: Re: PATCH: easier per-module documentation zefram@fysh.org wrote: > This patch makes the various module documentation lists be all > automatically generated from a single master list, in the Makefile. > The short description list, the two menus and the texinode()s are all > generated. All that a new module documentation file needs now is to be > added to Doc/Zsh/.distfiles and to $(MODDOCSRC) in Doc/Makefile.in. That's nice. > Incidentally, mod_zutil.yo wasn't in .distfiles. This patch adds it. That's embarrassing (sorry!). > ... > > ! COMMENT(!MOD! > ! The tt(compctl) builtin for controlling completion and the builtins for > ! completion widgets. > ! !MOD!) That's out-of-date (and my fault, too). Bye Sven diff -ru ../z.old/Doc/Zsh/mod_compctl.yo Doc/Zsh/mod_compctl.yo --- ../z.old/Doc/Zsh/mod_compctl.yo Tue Dec 14 11:24:18 1999 +++ Doc/Zsh/mod_compctl.yo Tue Dec 14 12:02:20 1999 @@ -1,6 +1,5 @@ COMMENT(!MOD! -The tt(compctl) builtin for controlling completion and the builtins for -completion widgets. +The tt(compctl) builtin for controlling completion. !MOD!) The tt(compctl) module makes available two builtin commands. tt(compctl), is the old, deprecated way to control completions for ZLE. See -- Sven Wischnowsky wischnow@informatik.hu-berlin.de