More procedure-arguments-alist documentation and a bugfix
authorAndy Wingo <wingo@pobox.com>
Mon, 7 Jan 2013 21:02:26 +0000 (22:02 +0100)
committerAndy Wingo <wingo@pobox.com>
Mon, 7 Jan 2013 21:02:26 +0000 (22:02 +0100)
* doc/ref/api-procedures.texi (Compiled Procedures): Expand
  program-arguments-alist and program-lambda-list documentation.

* module/system/vm/program.scm (arity->arguments-alist): Fix the rest
  arg if there are also keyword args, a bug found while documenting!

* test-suite/tests/session.test ("procedure-arguments"): Update.


No differences found