diff options
author | Kevin Ryde <user42@zip.com.au> | 2005-11-26 00:50:12 +0000 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2005-11-26 00:50:12 +0000 |
commit | 123a1b629e74d938a59e74c6ffb02241f8827e70 (patch) | |
tree | 6e8c278593c29418847bdf8d70a77e39ddfe6480 | |
parent | 1f65cc174df911790572a356e4015bb0ae928472 (diff) | |
download | guile-123a1b629e74d938a59e74c6ffb02241f8827e70.tar.gz |
(list): Should be "primitive" in SCM_SNARF_DOCS, not "register".
-rw-r--r-- | libguile/list.c | 2 |
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}.") |