diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 4d1aaeb58d2..bfae9080054 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2007-02-25 Vinicius Jose Latorre + + * loading.texi (How Programs Do Loading): Fix anchor position at + load-read-function definition doc. (tiny change) + 2007-02-21 Kim F. Storm * strings.texi (Text Comparison): Mention that assoc-string 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.