]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
Document the import REPL escape.
authorChris Hanson <org/chris-hanson/cph>
Fri, 19 Feb 2021 23:42:39 +0000 (15:42 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sat, 20 Feb 2021 00:14:03 +0000 (16:14 -0800)
(cherry picked from commit 65782f775195b5ab383183a323e2423072303c1e)

doc/user-manual/user.texinfo

index 313b736e2530a26e47a1aec70caf52d46229e7ae..5763c06051fd8872179733a1039297413c5b65b1 100644 (file)
@@ -1504,6 +1504,11 @@ Creates a new child @acronym{REPL} with the same current environment
 as this one.
 @end deffn
 
+@deffn {REPL command} import import-set @dots{}
+Imports the given @var{import-set}s into the current @acronym{REPL}
+environment.  The syntax is described in @rseven{} section 5.2.
+@end deffn
+
 @deffn {REPL command} up
 Pops up one level to the parent @acronym{REPL}.