]> git.eshelyaron.com Git - emacs.git/commitdiff
(How Programs Do Loading): Add anchor.
authorLuc Teirlinck <teirllm@auburn.edu>
Thu, 25 Dec 2003 03:59:14 +0000 (03:59 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Thu, 25 Dec 2003 03:59:14 +0000 (03:59 +0000)
lispref/loading.texi

index 0865914c45d69fd9914477b01447c5cb4aec990f..e171fc70fdf27b7ed1af517246a31837ca739c43 100644 (file)
@@ -140,6 +140,7 @@ This variable is non-@code{nil} if Emacs is in the process of loading a
 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 @@ functions should use @code{read}.
 
 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