summaryrefslogtreecommitdiff
path: root/examples/box-dynamic-module/box.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/box-dynamic-module/box.c')
-rw-r--r--examples/box-dynamic-module/box.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/box-dynamic-module/box.c b/examples/box-dynamic-module/box.c
index 166610248..fa9eaff41 100644
--- a/examples/box-dynamic-module/box.c
+++ b/examples/box-dynamic-module/box.c
@@ -133,7 +133,8 @@ init_box_type (void * unused)
second argument. It will initialize the shared, library, but will
place the definitions in a module called (box-module), so that an
additional (use-modules (box-module)) is needed to make them
- accessible. */
+ accessible. In this example, the Scheme file box-module.scm is
+ responsible for doing the load-extension call. */
void
scm_init_box ()
{