[Zope3-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.50

Fred L. Drake, Jr. fred@zope.com
Mon, 13 Jan 2003 12:51:35 -0500


Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv8369

Modified Files:
	zconfig.tex 
Log Message:
Remove reference to a convenience function in the ZConfig package
since that function is no longer available, and was removed from the
documented API a while ago.


=== Packages/ZConfig/doc/zconfig.tex 1.49 => 1.50 ===
--- Packages/ZConfig/doc/zconfig.tex:1.49	Fri Jan 10 16:15:26 2003
+++ Packages/ZConfig/doc/zconfig.tex	Mon Jan 13 12:51:31 2003
@@ -848,10 +848,8 @@
 
 The \module{ZConfig} package uses the idea of an \dfn{application
 context} to consolidate the connections between the different
-components of the package.  Most applications should not need to worry
-about the application context at all; the \function{loadURL()} function
-in the \module{ZConfig} module uses the default context implementation
-to glue everything together.
+components of the package.  Most applications should be able to use
+the context implementation provided in this module.
 
 For applications that need to change the way their configuration data
 is handled, the best way to do it is to provide an alternate