diff options
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r-- | doc/ref/api-control.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi index ae64514da..e778eb391 100644 --- a/doc/ref/api-control.texi +++ b/doc/ref/api-control.texi @@ -966,7 +966,9 @@ Guile) formats using @code{display} and @code{~S} (was @code{#f} depending on @var{key}: if @var{key} is @code{system-error} then it should be a list containing the Unix @code{errno} value; If @var{key} is @code{signal} then it -should be a list containing the Unix signal number; otherwise +should be a list containing the Unix signal number; If +@var{key} is @code{out-of-range} or @code{wrong-type-arg}, +it is a list containing the bad value; otherwise it will usually be @code{#f}. @end deffn |