Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: PATCH: easier per-module documentation



zefram@xxxxxxxx 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@xxxxxxxxxxxxxxxxxxxxxxx



Messages sorted by: Reverse Date, Date, Thread, Author