summaryrefslogtreecommitdiff
path: root/examples/modules/README
diff options
context:
space:
mode:
Diffstat (limited to 'examples/modules/README')
-rw-r--r--examples/modules/README12
1 files changed, 9 insertions, 3 deletions
diff --git a/examples/modules/README b/examples/modules/README
index 12df77f69..ddad881cc 100644
--- a/examples/modules/README
+++ b/examples/modules/README
@@ -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