summaryrefslogtreecommitdiff
path: root/doc/ref/api-modules.texi
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2010-10-07 13:06:57 +0200
committerAndy Wingo <wingo@pobox.com>2010-10-07 13:06:57 +0200
commit6e069bbfce57357ff279f19b09464b48de43fede (patch)
tree015df30e0d0f7092a2de5d6729f1aa9ddc5b5b35 /doc/ref/api-modules.texi
parenta43b4d6e1f10e857f3d0cc0af69ba7c29a53b05e (diff)
downloadguile-6e069bbfce57357ff279f19b09464b48de43fede.tar.gz
update traps documentation (unfinished)
* doc/ref/Makefile.am: * doc/ref/guile.texi: * doc/ref/scheme-debugging.texi: Remove scheme-debugging.texi, which only described tracing. Tracing documentation is now in api-debugging. * doc/ref/scheme-using.texi (Evaluating Scheme Code): Remove reference to source traps, as that section is going away. * doc/ref/api-modules.texi (Included Guile Modules): Remove reference to Tracing. This section is a little silly, anyway... * doc/ref/api-evaluation.texi (VM Behaviour): Remove section, it is in api-debugging now. * doc/ref/api-debug.texi (Stacks, Frames): Rename sections from "Examining the Stack" and "Examining Stack Frames", respectively. (Traps): Update for current API. A big and not-quite-finished update.
Diffstat (limited to 'doc/ref/api-modules.texi')
-rw-r--r--doc/ref/api-modules.texi4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index b412dbe24..790cca64d 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -577,10 +577,6 @@ to the entries in this manual which describe them in more detail:
boot-9 is Guile's initialization module, and it is always loaded when
Guile starts up.
-@item (ice-9 debug)
-Mikael Djurfeldt's source-level debugging support for Guile
-(@pxref{Tracing}).
-
@item (ice-9 expect)
Actions based on matching input from a port (@pxref{Expect}).