mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-22 19:44:10 +02:00
* Minor docstring updates.
This commit is contained in:
parent
19b6a58d52
commit
2069af3835
5 changed files with 18 additions and 646 deletions
|
@ -3880,7 +3880,7 @@ scm_primitive_eval_x (SCM exp)
|
|||
|
||||
SCM_DEFINE (scm_primitive_eval, "primitive-eval", 1, 0, 0,
|
||||
(SCM exp),
|
||||
"Evaluate @var{epx} in the top-level environment specified by\n"
|
||||
"Evaluate @var{exp} in the top-level environment specified by\n"
|
||||
"the current module.")
|
||||
#define FUNC_NAME s_scm_primitive_eval
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue