* list.h (scm_list_star): deprecation expired - removed.
[bpt/guile.git] / libguile / throw.c
index fce8d8e..a4e610b 100644 (file)
@@ -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);