1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 08:40:19 +02:00

* Fix docstring texinfo warnings.

This commit is contained in:
Neil Jerram 2000-09-22 13:40:12 +00:00
parent f7b0a8d1c6
commit 1bee0e70ca
3 changed files with 10 additions and 2 deletions

View file

@ -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"