mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
* Docstring updates.
This commit is contained in:
parent
09831f943c
commit
11768c044a
5 changed files with 54 additions and 6 deletions
|
@ -94,11 +94,11 @@ scm_select_module (SCM module)
|
|||
|
||||
SCM_DEFINE (scm_interaction_environment, "interaction-environment", 0, 0, 0,
|
||||
(),
|
||||
"This procedure returns a specifier for the environment that"
|
||||
"contains implementation-defined bindings, typically a superset of"
|
||||
"those listed in the report. The intent is that this procedure"
|
||||
"will return the environment in which the implementation would"
|
||||
"evaluate expressions dynamically typed by the user.")
|
||||
"This procedure returns a specifier for the environment that contains\n"
|
||||
"implementation-defined bindings, typically a superset of those listed in\n"
|
||||
"the report. The intent is that this procedure will return the\n"
|
||||
"environment in which the implementation would evaluate expressions\n"
|
||||
"dynamically typed by the user.")
|
||||
#define FUNC_NAME s_scm_interaction_environment
|
||||
{
|
||||
return scm_selected_module ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue