1
Fork 0
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:
Neil Jerram 2001-02-23 20:24:15 +00:00
parent 19b6a58d52
commit 2069af3835
5 changed files with 18 additions and 646 deletions

View file

@ -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
{