mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
(list): Should be "primitive" in SCM_SNARF_DOCS, not "register".
This commit is contained in:
parent
1f65cc174d
commit
123a1b629e
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ SCM_DEFINE (scm_list_copy, "list-copy", 1, 0, 0,
|
||||||
|
|
||||||
|
|
||||||
SCM_PROC (s_list, "list", 0, 0, 1, scm_list_copy);
|
SCM_PROC (s_list, "list", 0, 0, 1, scm_list_copy);
|
||||||
SCM_SNARF_DOCS (register, scm_list_copy, "list", (SCM objs), 0, 0, 1,
|
SCM_SNARF_DOCS (primitive, scm_list_copy, "list", (SCM objs), 0, 0, 1,
|
||||||
"Return a list containing @var{objs}, the arguments to\n"
|
"Return a list containing @var{objs}, the arguments to\n"
|
||||||
"@code{list}.")
|
"@code{list}.")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue