summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2005-11-26 00:50:12 +0000
committerKevin Ryde <user42@zip.com.au>2005-11-26 00:50:12 +0000
commit123a1b629e74d938a59e74c6ffb02241f8827e70 (patch)
tree6e8c278593c29418847bdf8d70a77e39ddfe6480
parent1f65cc174df911790572a356e4015bb0ae928472 (diff)
downloadguile-123a1b629e74d938a59e74c6ffb02241f8827e70.tar.gz
(list): Should be "primitive" in SCM_SNARF_DOCS, not "register".
-rw-r--r--libguile/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/list.c b/libguile/list.c
index b28d06bd1..addb6f8a7 100644
--- a/libguile/list.c
+++ b/libguile/list.c
@@ -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_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"
"@code{list}.")