From 7f9b2b34d12996d1c91427b7ae6a8901a811c2d8 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Fri, 17 Jan 2020 18:06:00 -0600 Subject: [PATCH] Clarify import docs for dynamic bindings. --- src/boot/boot.janet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/boot.janet b/src/boot/boot.janet index 18f6b5ff..be826f51 100644 --- a/src/boot/boot.janet +++ b/src/boot/boot.janet @@ -2135,7 +2135,7 @@ use the name of the module as a prefix. One can also use :export true to re-export the imported symbols. If :exit true is given as an argument, any errors encountered at the top level in the module will cause (os/exit 1) - to be called." + to be called. Dynamic bindings will NOT be imported." [path & args] (def argm (map (fn [x] (if (keyword? x)