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-options.texi | |
parent | fd1fcb7f9e26945ce8b1314a4e40557112ecd441 (diff) | |
download | guile-413d32b658ced090c4d068863e29948b79243bd6.tar.gz |
Various minor enhancements ported from the stable CVS branch.
Diffstat (limited to 'doc/ref/scheme-options.texi')
-rw-r--r-- | doc/ref/scheme-options.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ref/scheme-options.texi b/doc/ref/scheme-options.texi index 12c49c3a8..e2ab70429 100644 --- a/doc/ref/scheme-options.texi +++ b/doc/ref/scheme-options.texi @@ -154,6 +154,7 @@ closure-hook #f Hook for printing closures. @node Evaluator options @section Evaluator options + These are the evaluator options with their default values, as they are printed by typing @code{(eval-options 'full)} in Guile. |