changeset 76143:6bf81a05463e

Fix anchor position.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sun, 25 Feb 2007 11:55:56 +0000
parents 0042363314f0
children 90b084c781df
files lispref/ChangeLog lispref/loading.texi
diffstat 2 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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  <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
--- 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.