changeset 53299:3abc89cd99a2

(How Programs Do Loading): Add anchor.
author Luc Teirlinck <teirllm@auburn.edu>
date Thu, 25 Dec 2003 03:59:14 +0000
parents 8066757520a8
children 2cabf526af0e
files lispref/loading.texi
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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