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.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/introspection.texi b/doc/ref/introspection.texi
index 9c8387d2..3ac31d11 100644
--- a/doc/ref/introspection.texi
+++ b/doc/ref/introspection.texi
@@ -57,7 +57,7 @@ whose end in @var{extension}.
@defun all-modules-under-directory directory
Finds all ``.scm'' files under @var{directory}, and then read them to
-find a module declaration @pref{find-module-declaration}. Returns both
+find a module declaration (@pxref{find-module-declaration}). Returns both
the list of all the files, as well as all modules found, as a list of
module lists, each one suitable to be sent to
@code{reslove-interface}.