mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* Docstring update for scm_vector.
This commit is contained in:
parent
eacb9dc265
commit
31daeb2db8
1 changed files with 1 additions and 0 deletions
|
@ -159,6 +159,7 @@ SCM_REGISTER_PROC (s_list_to_vector, "list->vector", 1, 0, 0, scm_vector);
|
|||
*/
|
||||
SCM_DEFINE (scm_vector, "vector", 0, 0, 1,
|
||||
(SCM l),
|
||||
"@deffnx primitive list->vector l\n"
|
||||
"Returns a newly allocated vector whose elements contain the given\n"
|
||||
"arguments. Analogous to @samp{list}. (r5rs)\n\n"
|
||||
"@format\n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue