# HG changeset patch # User Luc Teirlinck # Date 1072324754 0 # Node ID 3abc89cd99a25cc31a7397a9be48690d49ef42c9 # Parent 8066757520a8737f76021d51730e31440d9a4689 (How Programs Do Loading): Add anchor. diff -r 8066757520a8 -r 3abc89cd99a2 lispref/loading.texi --- a/lispref/loading.texi Thu Dec 25 03:57:38 2003 +0000 +++ b/lispref/loading.texi Thu Dec 25 03:59:14 2003 +0000 @@ -140,6 +140,7 @@ file, and it is @code{nil} otherwise. @end defvar +@anchor{Definition of load-read-function} @defvar load-read-function This variable specifies an alternate expression-reading function for @code{load} and @code{eval-region} to use instead of @code{read}. @@ -150,7 +151,7 @@ Instead of using this variable, it is cleaner to use another, newer feature: to pass the function as the @var{read-function} argument to -@code{eval-region}. @xref{Eval}. +@code{eval-region}. @xref{Definition of eval-region,, Eval}. @end defvar For information about how @code{load} is used in building Emacs, see