diff options
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r-- | lispref/loading.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi index 3d294b2cc21..092befff85a 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -155,10 +155,9 @@ file, and it is @code{nil} otherwise. @end defvar @defvar load-read-function -This @anchor{Definition of load-read-function} @c do not allow page break at anchor; work around Texinfo deficiency. -variable specifies an alternate expression-reading function for +This variable specifies an alternate expression-reading function for @code{load} and @code{eval-region} to use instead of @code{read}. The function should accept one argument, just as @code{read} does. |