From: Luc Teirlinck Date: Thu, 25 Dec 2003 03:59:14 +0000 (+0000) Subject: (How Programs Do Loading): Add anchor. X-Git-Tag: ttn-vms-21-2-B4~8167 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=da9f5ab259d318537f08bb7942e7f31e4d6ad9c9;p=emacs.git (How Programs Do Loading): Add anchor. --- diff --git a/lispref/loading.texi b/lispref/loading.texi index 0865914c45d..e171fc70fdf 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -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