Reflect the name change to _winreg; we still need documentation for the
authorFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 03:45:40 +0000 (03:45 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 30 Jun 2000 03:45:40 +0000 (03:45 +0000)
new winreg module.

Doc/lib/libwinreg.tex

index 785a108708cb2552199b8c14723da4e055e167a1..9a888c5bcc445ecb4a1a5028d3d2e61b17f5fba6 100644 (file)
@@ -1,7 +1,7 @@
-\section{\module{winreg} --
+\section{\module{_winreg} --
          Windows registry access}
 
-\declaremodule{extension}{winreg}
+\declaremodule[-winreg]{extension}{_winreg}
   \platform{Windows}
 \modulesynopsis{Routines and objects for manipulating the Windows registry.}
 \sectionauthor{Mark Hammond}{MarkH@ActiveState.com}
@@ -11,6 +11,10 @@ using an integer as the registry handle, a handle object is used to ensure
 that the handles are closed correctly, even if the programmer
 neglects to explicitly close them.
 
+This module exposes a very low-level interface to the Windows
+registry; for a more object-oriented interface, use the
+\module{winreg} module.
+
 
 \subsection{Registry Operations \label{registry-operations}}