From 9401323e63278a7053c54565e8d688f6cbe34f54 Mon Sep 17 00:00:00 2001 From: Neil Jerram Date: Sun, 11 Nov 2001 15:01:52 +0000 Subject: * Documentation work. --- libguile/struct.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libguile/struct.c') diff --git a/libguile/struct.c b/libguile/struct.c index 27eecebe4..f24fefdb2 100644 --- a/libguile/struct.c +++ b/libguile/struct.c @@ -72,7 +72,7 @@ SCM_DEFINE (scm_make_struct_layout, "make-struct-layout", 1, 0, 0, "type, the second a field protection. Allowed types are 'p' for\n" "GC-protected Scheme data, 'u' for unprotected binary data, and 's' for\n" "a field that points to the structure itself. Allowed protections\n" - "are 'w' for mutable fields, 'r' for read-only fields, and 'o' for opaque \n" + "are 'w' for mutable fields, 'r' for read-only fields, and 'o' for opaque\n" "fields. The last field protection specification may be capitalized to\n" "indicate that the field is a tail-array.") #define FUNC_NAME s_scm_make_struct_layout @@ -521,7 +521,7 @@ SCM_DEFINE (scm_make_vtable_vtable, "make-vtable-vtable", 2, 0, 1, "(define (make-ball type owner) (make-struct type 0 owner))\n\n" "(define ball (make-ball green 'Nisse))\n" "ball @result{} #\n" - "@end lisp\n") + "@end lisp") #define FUNC_NAME s_scm_make_vtable_vtable { SCM fields; -- cgit v1.2.3