summaryrefslogtreecommitdiff
path: root/doc/ref/api-control.texi
diff options
context:
space:
mode:
authorMarius Vollmer <mvo@zagadka.de>2004-09-23 18:46:49 +0000
committerMarius Vollmer <mvo@zagadka.de>2004-09-23 18:46:49 +0000
commit7cd44c6dce7ec0d6dcc1fcdff7ebfc07ee50ec72 (patch)
tree1d9a12f97523098a7ccc009e210c5c07ea0dc6a8 /doc/ref/api-control.texi
parent089a0a349eddcbcd6b6dfe706207c9aa4bf6ccf2 (diff)
downloadguile-7cd44c6dce7ec0d6dcc1fcdff7ebfc07ee50ec72.tar.gz
Updated docstrings from libguile/
Diffstat (limited to 'doc/ref/api-control.texi')
-rw-r--r--doc/ref/api-control.texi4
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