(scm_error_scm): Document new meaning of data/rest
authorMarius Vollmer <mvo@zagadka.de>
Thu, 23 Sep 2004 17:48:25 +0000 (17:48 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Thu, 23 Sep 2004 17:48:25 +0000 (17:48 +0000)
commitcdd8c0912872cd94867bbfaf681661681343cb10
tree694f1459c423aefbde98ca811b0ac8cd2dbb518d
parentd232520a23677ac22435e6c3144e8634376cb295
(scm_error_scm): Document new meaning of data/rest
argument for out-of-range and wrong-type-arg errors.
(scm_out_of_range, scm_out_of_range_pos, scm_wrong_type_arg,
scm_wrong_type_arg_msg): Pass bad_value in rest argument of
exception so that it gets highlighted in the backtrace.
Don't talk about "argument" when not giving a position.
libguile/error.c