summaryrefslogtreecommitdiff
path: root/libguile/struct.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-03-15 09:23:19 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-03-15 09:23:19 +0000
commit5a5464e5333e68c1daa93335d4559691b5e88119 (patch)
treef8d38a38e6daa764359322da78b29ca9cd63afef /libguile/struct.c
parent8e55f36e484abf71136ec3c2009983eb726c671c (diff)
downloadguile-5a5464e5333e68c1daa93335d4559691b5e88119.tar.gz
* Docstring fixes and corresponding manual updates.
Diffstat (limited to 'libguile/struct.c')
-rw-r--r--libguile/struct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libguile/struct.c b/libguile/struct.c
index 13c6249fc..4c9d9f5b0 100644
--- a/libguile/struct.c
+++ b/libguile/struct.c
@@ -562,7 +562,7 @@ SCM_DEFINE (scm_make_vtable_vtable, "make-vtable-vtable", 2, 0, 1,
SCM_DEFINE (scm_struct_ref, "struct-ref", 2, 0, 0,
(SCM handle, SCM pos),
- "@deffnx primitive struct-set! struct n value\n"
+ "@deffnx {Scheme Procedure} struct-set! struct n value\n"
"Access (or modify) the @var{n}th field of @var{struct}.\n\n"
"If the field is of type 'p', then it can be set to an arbitrary value.\n\n"
"If the field is of type 'u', then it can only be set to a non-negative\n"