diff options
author | Andy Wingo <wingo@pobox.com> | 2010-10-07 13:06:57 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-10-07 13:06:57 +0200 |
commit | 6e069bbfce57357ff279f19b09464b48de43fede (patch) | |
tree | 015df30e0d0f7092a2de5d6729f1aa9ddc5b5b35 /doc/ref/guile.texi | |
parent | a43b4d6e1f10e857f3d0cc0af69ba7c29a53b05e (diff) | |
download | guile-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/guile.texi')
-rw-r--r-- | doc/ref/guile.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/ref/guile.texi b/doc/ref/guile.texi index 80854ceec..31f30149b 100644 --- a/doc/ref/guile.texi +++ b/doc/ref/guile.texi @@ -360,7 +360,6 @@ available through both Scheme and C interfaces. * Expect:: Controlling interactive programs with Guile. * sxml-match:: Pattern matching of SXML. * The Scheme shell (scsh):: Using scsh interfaces in Guile. -* Tracing:: Tracing program execution. @end menu @include slib.texi @@ -377,7 +376,6 @@ available through both Scheme and C interfaces. @include sxml-match.texi @include scsh.texi -@include scheme-debugging.texi @node Standard Library @chapter Standard Library |