diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2002-03-15 09:23:19 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2002-03-15 09:23:19 +0000 |
commit | 5a5464e5333e68c1daa93335d4559691b5e88119 (patch) | |
tree | f8d38a38e6daa764359322da78b29ca9cd63afef /libguile/struct.c | |
parent | 8e55f36e484abf71136ec3c2009983eb726c671c (diff) | |
download | guile-5a5464e5333e68c1daa93335d4559691b5e88119.tar.gz |
* Docstring fixes and corresponding manual updates.
Diffstat (limited to 'libguile/struct.c')
-rw-r--r-- | libguile/struct.c | 2 |
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" |