mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 14:50:19 +02:00
* Fix docstring texinfo warnings.
This commit is contained in:
parent
f7b0a8d1c6
commit
1bee0e70ca
3 changed files with 10 additions and 2 deletions
|
@ -1,3 +1,11 @@
|
|||
2000-09-22 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* struct.c (scm_make_struct): Fix texinfo warning in docstring by
|
||||
using @pxref rather than @xref.
|
||||
|
||||
* root.c (scm_call_with_dynamic_root): Fix texinfo warning in
|
||||
docstring by using @code for (thunk) rather than @var.
|
||||
|
||||
2000-09-20 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* numbers.c (scm_istr2flo): Throw an `out of range' error when
|
||||
|
|
|
@ -335,7 +335,7 @@ cwdr (SCM proc, SCM a1, SCM args, SCM handler, SCM_STACKITEM *stack_start)
|
|||
|
||||
SCM_DEFINE (scm_call_with_dynamic_root, "call-with-dynamic-root", 2, 0, 0,
|
||||
(SCM thunk, SCM handler),
|
||||
"Evaluate @var{(thunk)} in a new dynamic context, returning its value.\n\n"
|
||||
"Evaluate @code{(thunk)} in a new dynamic context, returning its value.\n\n"
|
||||
"If an error occurs during evaluation, apply @var{handler} to the\n"
|
||||
"arguments to the throw, just as @code{throw} would. If this happens,\n"
|
||||
"@var{handler} is called outside the scope of the new root -- it is\n"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue