diff options
| author | Luc Teirlinck | 2003-12-25 03:59:14 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-12-25 03:59:14 +0000 |
| commit | da9f5ab259d318537f08bb7942e7f31e4d6ad9c9 (patch) | |
| tree | 53170f76cba7f6ebf36c9d12e7123e2577d42f83 | |
| parent | 1bff11dc2774c1bdcbe8e8758c50c16197e52153 (diff) | |
| download | emacs-da9f5ab259d318537f08bb7942e7f31e4d6ad9c9.tar.gz emacs-da9f5ab259d318537f08bb7942e7f31e4d6ad9c9.zip | |
(How Programs Do Loading): Add anchor.
| -rw-r--r-- | lispref/loading.texi | 3 |
1 files changed, 2 insertions, 1 deletions
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 | |||
| 140 | file, and it is @code{nil} otherwise. | 140 | file, and it is @code{nil} otherwise. |
| 141 | @end defvar | 141 | @end defvar |
| 142 | 142 | ||
| 143 | @anchor{Definition of load-read-function} | ||
| 143 | @defvar load-read-function | 144 | @defvar load-read-function |
| 144 | This variable specifies an alternate expression-reading function for | 145 | This variable specifies an alternate expression-reading function for |
| 145 | @code{load} and @code{eval-region} to use instead of @code{read}. | 146 | @code{load} and @code{eval-region} to use instead of @code{read}. |
| @@ -150,7 +151,7 @@ functions should use @code{read}. | |||
| 150 | 151 | ||
| 151 | Instead of using this variable, it is cleaner to use another, newer | 152 | Instead of using this variable, it is cleaner to use another, newer |
| 152 | feature: to pass the function as the @var{read-function} argument to | 153 | feature: to pass the function as the @var{read-function} argument to |
| 153 | @code{eval-region}. @xref{Eval}. | 154 | @code{eval-region}. @xref{Definition of eval-region,, Eval}. |
| 154 | @end defvar | 155 | @end defvar |
| 155 | 156 | ||
| 156 | For information about how @code{load} is used in building Emacs, see | 157 | For information about how @code{load} is used in building Emacs, see |