diff options
Diffstat (limited to 'libguile/modules.c')
-rw-r--r-- | libguile/modules.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libguile/modules.c b/libguile/modules.c index 40936cb44..b1f312a92 100644 --- a/libguile/modules.c +++ b/libguile/modules.c @@ -273,8 +273,9 @@ SCM_DEFINE (scm_env_module, "env-module", 1, 0, 0, /* * C level implementation of the standard eval closure * - * This increases loading speed substantially. - * The code will be replaced by the low-level environments in next release. + * This increases loading speed substantially. The code may be + * replaced by something based on environments.[ch], in a future + * release. */ static SCM module_make_local_var_x_var; |