From 123a1b629e74d938a59e74c6ffb02241f8827e70 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 26 Nov 2005 00:50:12 +0000 Subject: [PATCH] (list): Should be "primitive" in SCM_SNARF_DOCS, not "register". --- libguile/list.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}.")