From f7298cdb2968b0d7cd118a46a42eb44a097ab413 Mon Sep 17 00:00:00 2001 From: Leif Andersen Date: Mon, 18 Jan 2016 14:18:18 -0500 Subject: [PATCH] scheme_rename -> scheme_reload --- pkgs/racket-doc/scribblings/inside/extensions.scrbl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]: