diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2001-10-05 18:05:10 +0000 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2001-10-05 18:05:10 +0000 |
commit | a599743cdc4864b233200300e65b52def6b8072b (patch) | |
tree | 29f064566f9233ddcb4e07b1f1cf47f2a08825f8 /doc/ref/scheme-evaluation.texi | |
parent | 14282d0f5c839816aff0e83466b6ea46e51cdac0 (diff) | |
download | guile-a599743cdc4864b233200300e65b52def6b8072b.tar.gz |
* Remove doc for read-and-eval! and eval2.
Diffstat (limited to 'doc/ref/scheme-evaluation.texi')
-rw-r--r-- | doc/ref/scheme-evaluation.texi | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/ref/scheme-evaluation.texi b/doc/ref/scheme-evaluation.texi index 210f26040..094214a76 100644 --- a/doc/ref/scheme-evaluation.texi +++ b/doc/ref/scheme-evaluation.texi @@ -224,21 +224,6 @@ Evaluate @var{exp} in the top-level environment specified by the current module. @end deffn -@deffn primitive eval2 obj env_thunk -Evaluate @var{exp}, a Scheme expression, in the environment -designated by @var{lookup}, a symbol-lookup function. -Do not use this version of eval, it does not play well -with the module system. Use @code{eval} or -@code{primitive-eval} instead. -@end deffn - -@deffn primitive read-and-eval! [port] -Read a form from @var{port} (standard input by default), and evaluate it -(memoizing it in the process) in the top-level environment. If no data -is left to be read from @var{port}, an @code{end-of-file} error is -signalled. -@end deffn - @node Loading @section Loading Scheme Code from File |