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

Re: PATCH: pws-24: compinstall and compinit



There was a mistake with the Texinfo nodes, and I've added a couple of
quotes which should logically be there.

I also meant to say that this time there should be no requirement to change
your existing initialization commands.

--- Doc/Zsh/compsys.yo.ci2	Sat Jul  3 13:28:25 1999
+++ Doc/Zsh/compsys.yo	Sat Jul  3 13:31:23 1999
@@ -6,8 +6,8 @@
 sect(Description)
 
 This describes the shell code for the new completion system.  It consists
-of varsious shell functions; those beginning tt(comp) are to be called
-directly by the user, while those beginning tt(_) are called by the
+of varsious shell functions; those beginning `tt(comp)' are to be called
+directly by the user, while those beginning `tt(_)' are called by the
 completion code.  The shell functions of the second set which implement
 completion behaviour and which may be bound to keystrokes, are referred to
 as `widgets'.
@@ -606,7 +606,7 @@
 )
 enditem()
 
-texinode(Completion Functions)()(Control Functions)(Completion System)
+texinode(Completion Functions)(Completion Directories)(Control Functions)(Completion System)
 sect(Utility Functions)
 
 Descriptions follow for utility functions that may be

-- 
Peter Stephenson <pws@xxxxxxxxxxxxxxxxx>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy



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