diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2002-03-12 21:08:57 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2002-03-12 21:08:57 +0000 |
commit | 413d32b658ced090c4d068863e29948b79243bd6 (patch) | |
tree | da3542b3805825f690163c4f2265f2a0de6b8ce7 /doc/ref/scheme-evaluation.texi | |
parent | fd1fcb7f9e26945ce8b1314a4e40557112ecd441 (diff) | |
download | guile-413d32b658ced090c4d068863e29948b79243bd6.tar.gz |
Various minor enhancements ported from the stable CVS branch.
Diffstat (limited to 'doc/ref/scheme-evaluation.texi')
-rw-r--r-- | doc/ref/scheme-evaluation.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ref/scheme-evaluation.texi b/doc/ref/scheme-evaluation.texi index d9854fe6d..fbfcd87a8 100644 --- a/doc/ref/scheme-evaluation.texi +++ b/doc/ref/scheme-evaluation.texi @@ -175,7 +175,7 @@ options and switches them on, @code{read-disable} switches them off. @deffnx {C Function} scm_read_options (setting) Option interface for the read options. Instead of using this procedure directly, use the procedures @code{read-enable}, -@code{read-disable}, @code{read-set!} and @var{read-options}. +@code{read-disable}, @code{read-set!} and @code{read-options}. @end deffn @@ -386,7 +386,7 @@ options and switches them on, @code{eval-disable} switches them off. @deffnx {C Function} scm_eval_options_interface (setting) Option interface for the evaluation options. Instead of using this procedure directly, use the procedures @code{eval-enable}, -@code{eval-disable}, @code{eval-set!} and @var{eval-options}. +@code{eval-disable}, @code{eval-set!} and @code{eval-options}. @end deffn @c FIXME::martin: Why aren't these procedure named like the other options |