* scripts/README, scripts/hello.scm, safe/untrusted.scm,
[bpt/guile.git] / examples / modules / README
index 12df77f..ddad881 100644 (file)
@@ -1,4 +1,6 @@
-                                                              -*- text -*-
+                                                              -*- outline -*-
+
+* Overview
 
 This directory includes examples which show how to write and use Guile
 modules in Scheme programs.
@@ -7,7 +9,11 @@ The descriptions below assume that you have a working copy of Guile
 installed and available with the standard installation prefix
 `/usr/local'.
 
-main:
+
+* Included Examples
+
+
+** main
 
   The main program, which uses the modules described below to perform
   some actions.  Module usage and selective importing as well as
@@ -19,7 +25,7 @@ main:
 
   guile -s main
 
-module-0.scm, module-1.scm, module-2.scm:
+** module-0.scm, module-1.scm, module-2.scm
  
   Two modules which export several procedure, some of which have the
   same names (so that renaming/selection is required for proper