diff options
Diffstat (limited to 'lispref/loading.texi')
| -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 |