mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-15 08:10:17 +02:00
* Docstring updates.
This commit is contained in:
parent
09831f943c
commit
11768c044a
5 changed files with 54 additions and 6 deletions
|
@ -95,6 +95,7 @@ SCM_REGISTER_PROC (s_scm_list_to_string, "list->string", 1, 0, 0, scm_string);
|
|||
|
||||
SCM_DEFINE (scm_string, "string", 0, 0, 1,
|
||||
(SCM chrs),
|
||||
"@deffnx primitive list->string chrs\n"
|
||||
"Returns a newly allocated string composed of the arguments, CHRS.")
|
||||
#define FUNC_NAME s_scm_string
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue