aboutsummaryrefslogtreecommitdiff
path: root/doc/ref/introspection.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/ref/introspection.texi')
-rw-r--r--doc/ref/introspection.texi13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/ref/introspection.texi b/doc/ref/introspection.texi
index e1abcc84..8a51f3ad 100644
--- a/doc/ref/introspection.texi
+++ b/doc/ref/introspection.texi
@@ -26,6 +26,11 @@ Checks if @var{form} starts with @code{'define-module}.
In a list of forms, find the first one which satisfies @code{module-declarations?}.
@end defun
+@defun get-forms port
+Repeatadly call @code{read} on @var{port}, and return a list of the
+read forms in order of occurence in the file.
+@end defun
+
@node Module Uses
@section Module Uses
@@ -68,14 +73,6 @@ Note that if the module was imported multiple times then it will be
present multiple times in the list, possibly with different options.
@end defun
-@node Static Module Introspection Utilities
-@section Static Utilities
-
-@defun get-forms port
-Repeatadly call @code{read} on @var{port}, and return a list of the
-read forms in order of occurence in the file.
-@end defun
-
@node Finding all Modules in Directory
@section Finding all Modules in Directory