diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2008-03-19 22:51:24 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2008-03-19 22:51:24 +0000 |
commit | 24dbb5ed1080132c1dc67bf100d10ab4cc011af1 (patch) | |
tree | 166a47d34204621bb5fa4a05ebdcd54f55d6a59f /doc/ref/api-modules.texi | |
parent | cc7e01ceddaae8723feeedf33cca4fd106111025 (diff) | |
download | guile-24dbb5ed1080132c1dc67bf100d10ab4cc011af1.tar.gz |
* api-debug.texi (Low Level Trap Calls): Removed (material
duplicated elsewhere); doc for with-traps and debug-object? moved
to section on evaluator trap options.
(High Level Traps): Renamed just `Traps'. Add references to
evaluator trap options and debug options. Make language
appropriate for core Guile (as opposed to previously separate
package).
(Location Traps): Corrected to reflect that location traps now
specify a specific position, not a range of positions.
(Debugging Examples): New (content moved here from
scheme-debugging.texi, and updated to use traps instead of
breakpoints).
* api-modules.texi (Included Guile Modules): Change `Debugging
Features' reference to `Tracing'.
* api-options.texi (Evaluator trap options): Doc for with-traps
and debug-object? is now here.
* guile.texi, scheme-debugging.texi: Move the `Tracing' content of
scheme-debugging.texi to the Modules section.
* scheme-using.texi (Using Guile in Emacs, GDS Getting Started):
Minor edits.
* scheme-debugging.texi (Debugging Features, Intro to
Breakpoints): Removed.
(Examples): Moved to api-debug.texi.
(Tracing, Old Tracing): Promoted one level.
(New Tracing, Tracing Compared): Removed.
Diffstat (limited to 'doc/ref/api-modules.texi')
-rw-r--r-- | doc/ref/api-modules.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi index 415c9cba6..94b93bdc1 100644 --- a/doc/ref/api-modules.texi +++ b/doc/ref/api-modules.texi @@ -679,7 +679,7 @@ Guile starts up. @item (ice-9 debug) Mikael Djurfeldt's source-level debugging support for Guile -(@pxref{Debugging Features}). +(@pxref{Tracing}). @item (ice-9 expect) Actions based on matching input from a port (@pxref{Expect}). |