scheme_rename -> scheme_reload

This commit is contained in:
Leif Andersen 2016-01-18 14:18:18 -05:00
parent bea67c0a39
commit f7298cdb29

View File

@ -206,7 +206,7 @@ which case the @DFlag{xform} step should be skipped.
To create an extension that behaves as a module, return a symbol from
@cpp{scheme_module_name}, and have @cpp{scheme_initialize} and
@cpp{scheme_rename} declare a module using @cpp{scheme_primitive_module}.
@cpp{scheme_reload} declare a module using @cpp{scheme_primitive_module}.
For example, the following extension implements a module named
@racket[hello] that exports a binding @racket[greeting]: