(scm_standard_eval_closure): Added docstring.
This commit is contained in:
parent
0b3e0adb05
commit
84526793a7
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ scm_eval_closure_lookup (SCM eclo, SCM sym, SCM definep)
|
|||
|
||||
SCM_DEFINE (scm_standard_eval_closure, "standard-eval-closure", 1, 0, 0,
|
||||
(SCM module),
|
||||
"")
|
||||
"Return an eval closure for the module @var{module}.")
|
||||
#define FUNC_NAME s_scm_standard_eval_closure
|
||||
{
|
||||
SCM_RETURN_NEWSMOB (scm_tc16_eval_closure, SCM_UNPACK (module));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue