diff --git a/pkgs/racket-doc/scribblings/inside/extensions.scrbl b/pkgs/racket-doc/scribblings/inside/extensions.scrbl index 64d96a3195..ac6bfd8ccd 100644 --- a/pkgs/racket-doc/scribblings/inside/extensions.scrbl +++ b/pkgs/racket-doc/scribblings/inside/extensions.scrbl @@ -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]: