summaryrefslogtreecommitdiff
path: root/doc/ref/scheme-evaluation.texi
diff options
context:
space:
mode:
authorNeil Jerram <neil@ossau.uklinux.net>2002-09-25 00:06:38 +0000
committerNeil Jerram <neil@ossau.uklinux.net>2002-09-25 00:06:38 +0000
commitc936bede422ef810909ed51379f41191627a5575 (patch)
tree51c9101e7fe2d52bddaf5201ec27f78cbb7be6d3 /doc/ref/scheme-evaluation.texi
parent3553e1d1f037df79b10e5f8589884c02e57fe144 (diff)
downloadguile-c936bede422ef810909ed51379f41191627a5575.tar.gz
Doc updates, including contribution from Ian Sheldon.
Diffstat (limited to 'doc/ref/scheme-evaluation.texi')
-rw-r--r--doc/ref/scheme-evaluation.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ref/scheme-evaluation.texi b/doc/ref/scheme-evaluation.texi
index 6357c78cf..bb0f4b2e6 100644
--- a/doc/ref/scheme-evaluation.texi
+++ b/doc/ref/scheme-evaluation.texi
@@ -144,8 +144,8 @@ Any whitespace before the next token is discarded.
@end deffn
The behaviour of Guile's Scheme reader can be modified by manipulating
-its read options. For more information about options, @xref{General
-option interface}. If you want to know which reader options are
+its read options. For more information about options, @xref{User level
+options interfaces}. If you want to know which reader options are
available, @xref{Reader options}.
@c FIXME::martin: This is taken from libguile/options.c. Is there
@@ -358,8 +358,8 @@ is implicit).
@c `Evaluator options' under `Options and Config'.
The behaviour of Guile's evaluator can be modified by manipulating the
-evaluator options. For more information about options, @xref{General
-option interface}. If you want to know which evaluator options are
+evaluator options. For more information about options, @xref{User level
+options interfaces}. If you want to know which evaluator options are
available, @xref{Evaluator options}.
@c FIXME::martin: This is taken from libguile/options.c. Is there