summaryrefslogtreecommitdiff
path: root/lispref/eval.texi
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1995-06-05 12:23:13 +0000
committerKarl Heuer <kwzh@gnu.org>1995-06-05 12:23:13 +0000
commit7090135ad270c767d3e15413175810c20148ac4a (patch)
tree68b7ecde183e08f4d00f5c3a980caa46d3e2f0c9 /lispref/eval.texi
parentb62c7261765c63564dbb2093d8db85ba481b14f1 (diff)
downloademacs-7090135ad270c767d3e15413175810c20148ac4a.tar.gz
*** empty log message ***
Diffstat (limited to 'lispref/eval.texi')
-rw-r--r--lispref/eval.texi4
1 files changed, 4 insertions, 0 deletions
diff --git a/lispref/eval.texi b/lispref/eval.texi
index 999f3b4b1c4..1bbd672f5fc 100644
--- a/lispref/eval.texi
+++ b/lispref/eval.texi
@@ -165,6 +165,10 @@ reached, or until an error is signaled and not handled.
If @var{stream} is supplied, @code{standard-output} is bound to it
during the evaluation.
+You can use the variable @code{load-read-function} to specify a function
+for @code{eval-region} to use instead of @code{read} for reading
+expressions. @xref{How Programs Do Loading}.
+
@code{eval-region} always returns @code{nil}.
@end deffn