mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
* Correct docstring for `throw'.
This commit is contained in:
parent
67835dabdb
commit
1f7f9ed41d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-04-22 Neil Jerram <neil@ossau.uklinux.net>
|
||||
|
||||
* throw.c (scm_throw): Correct docstring.
|
||||
|
||||
2001-04-22 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* socket.c: attempted to improve the docstrings slightly.
|
||||
|
|
|
@ -592,7 +592,7 @@ SCM_DEFINE (scm_throw, "throw", 1, 0, 1,
|
|||
"@var{handler}. \n\n"
|
||||
"@var{key} is a symbol. It will match catches of the same symbol or of\n"
|
||||
"#t.\n\n"
|
||||
"If there is no handler at all, an error is signaled.")
|
||||
"If there is no handler at all, Guile prints an error and then exits.")
|
||||
#define FUNC_NAME s_scm_throw
|
||||
{
|
||||
SCM_VALIDATE_SYMBOL (1,key);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue