diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-09-23 18:46:49 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-09-23 18:46:49 +0000 |
commit | 7cd44c6dce7ec0d6dcc1fcdff7ebfc07ee50ec72 (patch) | |
tree | 1d9a12f97523098a7ccc009e210c5c07ea0dc6a8 /doc/ref/api-control.texi | |
parent | 089a0a349eddcbcd6b6dfe706207c9aa4bf6ccf2 (diff) | |
download | guile-7cd44c6dce7ec0d6dcc1fcdff7ebfc07ee50ec72.tar.gz |
Updated docstrings from libguile/
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 |