diff --git a/doc/lispref/internals.texi b/doc/lispref/internals.texi index 311eb6b262..c1d855fc2d 100644 --- a/doc/lispref/internals.texi +++ b/doc/lispref/internals.texi @@ -1190,7 +1190,7 @@ Module Functions Lisp function object from it using @code{make_function}. This is normally done in the module initialization function (@pxref{module initialization function}), after verifying the @acronym{API} -compatibility, and uses the pointer to @code{make_function} provided +compatibility, and using the pointer to @code{make_function} provided in the environment (recall that the pointer to the environment is returned by @code{get_environment}).