# HG changeset patch # User Vinicius Jose Latorre # Date 1172404556 0 # Node ID 6bf81a05463e8ce35f715694e1534725bb9961a9 # Parent 0042363314f07e52fff36d0ac0953a2ff8817978 Fix anchor position. diff -r 0042363314f0 -r 6bf81a05463e lispref/ChangeLog --- a/lispref/ChangeLog Sun Feb 25 09:55:55 2007 +0000 +++ b/lispref/ChangeLog Sun Feb 25 11:55:56 2007 +0000 @@ -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 -r 0042363314f0 -r 6bf81a05463e lispref/loading.texi --- a/lispref/loading.texi Sun Feb 25 09:55:55 2007 +0000 +++ b/lispref/loading.texi Sun Feb 25 11:55:56 2007 +0000 @@ -155,10 +155,9 @@ @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.