guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, master, updated. release_1-9-12-12-g58


From: Neil Jerram
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-12-12-g58228cc
Date: Sat, 11 Sep 2010 17:40:40 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=58228cc689c51d025588abd8de3d8dbf44851369

The branch, master has been updated
       via  58228cc689c51d025588abd8de3d8dbf44851369 (commit)
      from  22f68e8b4cea2ce96b238aaffceaaf2fdaafbe6f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 58228cc689c51d025588abd8de3d8dbf44851369
Author: Neil Jerram <address@hidden>
Date:   Sat Sep 11 18:37:02 2010 +0100

    Document scm_wrong_type_arg_msg
    
    * doc/ref/api-control.texi: New def for scm_wrong_type_arg_msg.

-----------------------------------------------------------------------

Summary of changes:
 doc/ref/api-control.texi |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/doc/ref/api-control.texi b/doc/ref/api-control.texi
index d0a8c0c..c8c93ba 100644
--- a/doc/ref/api-control.texi
+++ b/doc/ref/api-control.texi
@@ -1490,11 +1490,16 @@ and the call to these routines doesn't change 
@code{errno}.
 @deftypefnx {C Function} void scm_out_of_range (char address@hidden, SCM 
@var{bad_value})
 @deftypefnx {C Function} void scm_wrong_num_args (SCM @var{proc})
 @deftypefnx {C Function} void scm_wrong_type_arg (char address@hidden, int 
@var{argnum}, SCM @var{bad_value})
address@hidden {C Function} void scm_wrong_type_arg_msg (char address@hidden, 
int @var{argnum}, SCM @var{bad_value}, const char address@hidden)
 @deftypefnx {C Function} void scm_memory_error (char address@hidden)
 Throw an error with the various keys described above.
 
 For @code{scm_wrong_num_args}, @var{proc} should be a Scheme symbol
-which is the name of the procedure incorrectly invoked.
+which is the name of the procedure incorrectly invoked.  The other
+routines take the name of the invoked procedure as a C string.
+
+In @code{scm_wrong_type_arg_msg}, @var{expected} is a C string
+describing the type of argument that was expected.
 @end deftypefn
 
 


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]