From f15a06bfc9036d3618bed18cd9a849803381b36b Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Sun, 12 Mar 2000 15:24:36 +0000 Subject: [PATCH] Docstring clarification for scm_registered_modules. --- libguile/dynl.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libguile/dynl.c b/libguile/dynl.c index 2e739c6bc..b821c4f56 100644 --- a/libguile/dynl.c +++ b/libguile/dynl.c @@ -177,9 +177,9 @@ SCM_DEFINE (scm_registered_modules, "c-registered-modules", 0, 0, 0, (), "Return a list of the object code modules that have been imported into\n" "the current Guile process. Each element of the list is a pair whose\n" - "car is the name of the module (as it might be used by\n" - "@code{use-modules}, for instance), and whose cdr is the function handle\n" - "for that module's initializer function.") + "car is the name of the module, and whose cdr is the function handle\n" + "for that module's initializer function. The name is the string that\n" + "has been passed to scm_register_module_xxx.") #define FUNC_NAME s_scm_registered_modules { SCM res; -- 2.20.1