a number of doc fixes
authorAndy Wingo <wingo@pobox.com>
Thu, 12 Aug 2010 11:04:08 +0000 (13:04 +0200)
committerAndy Wingo <wingo@pobox.com>
Tue, 17 Aug 2010 04:36:14 +0000 (21:36 -0700)
commit7545ddd42a065da0d50b2d84e7889aeb5d71326b
tree61a0709f1389e41cce765f5f1ca9634ac9180cea
parent46088b26299cf427cd887c6289ea564ec33ecffb
a number of doc fixes

* doc/ref/api-control.texi (Handling Errors): Update docs for
  display-error.

* libguile/backtrace.h (scm_i_display_error): Change prototype to
  s/stack/frame/.
* libguile/throw.c (handler_message): Change invocation of
  scm_i_display_error to pass a frame.

* doc/ref/api-deprecated.texi (Deprecation): Update wording.

* doc/ref/api-evaluation.texi (Local Evaluation): Remove section on
  local-eval.

* doc/ref/api-macros.texi: Fix a couple typos.

* doc/ref/api-memory.texi (Objects): Remove terrible section.
* doc/ref/api-procedures.texi (Procedure Properties): Remove docs for
  closure?.
  (Compiled Procedures): Update wording.

* doc/ref/guile.texi (API Reference): Remove reference to "Objects".
doc/ref/api-control.texi
doc/ref/api-deprecated.texi
doc/ref/api-evaluation.texi
doc/ref/api-macros.texi
doc/ref/api-memory.texi
doc/ref/api-procedures.texi
doc/ref/guile.texi
libguile/backtrace.h
libguile/throw.c