summaryrefslogtreecommitdiff
path: root/libguile/struct.c
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2000-09-22 13:40:12 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2000-09-22 13:40:12 +0000
commit1bee0e70ca1609dee342cec0c0bc304098faf983 (patch)
treebe49b8f56b3a0589e94d2e089d1cbd1150dc05aa /libguile/struct.c
parentf7b0a8d1c62a9aa839a0d4458b4045528e57dda9 (diff)
downloadguile-1bee0e70ca1609dee342cec0c0bc304098faf983.tar.gz
* Fix docstring texinfo warnings.
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 5f36eb958..2a5fff75c 100644
--- a/libguile/struct.c
+++ b/libguile/struct.c
@@ -410,7 +410,7 @@ scm_free_structs (void *dummy1, void *dummy2, void *dummy3)
SCM_DEFINE (scm_make_struct, "make-struct", 2, 0, 1,
(SCM vtable, SCM tail_array_size, SCM init),
"Create a new structure.\n\n"
- "@var{type} must be a vtable structure (@xref{Vtables}).\n\n"
+ "@var{type} must be a vtable structure (@pxref{Vtables}).\n\n"
"@var{tail-elts} must be a non-negative integer. If the layout\n"
"specification indicated by @var{type} includes a tail-array,\n"
"this is the number of elements allocated to that array.\n\n"