]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix anchor position.
authorVinicius Jose Latorre <viniciusjl@ig.com.br>
Sun, 25 Feb 2007 11:55:56 +0000 (11:55 +0000)
committerVinicius Jose Latorre <viniciusjl@ig.com.br>
Sun, 25 Feb 2007 11:55:56 +0000 (11:55 +0000)
lispref/ChangeLog
lispref/loading.texi

index 4d1aaeb58d26567fd579a818126fb7af444820f0..bfae9080054c769c13a7c44d9c6a789586423cc0 100644 (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
index 3d294b2cc21c4d77821b1576017df3a9ed9e44b7..092befff85a17c8ab056ba51cc07fc586b93eb2e 100644 (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.