Fix anchor position.

This commit is contained in:
Vinicius Jose Latorre 2007-02-25 11:55:56 +00:00
parent 6df791551e
commit 70614fa435
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
* loading.texi (How Programs Do Loading): Fix anchor position at
load-read-function definition doc. (tiny change)
2007-02-21 Kim F. Storm <storm@cua.dk>
* strings.texi (Text Comparison): Mention that assoc-string

View file

@ -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.