aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVinicius Jose Latorre2007-02-25 11:55:56 +0000
committerVinicius Jose Latorre2007-02-25 11:55:56 +0000
commit70614fa4353d9b64f39eeec23a7e3aeae2c0f170 (patch)
tree59728fec52edfcaee1645860850ffe0660fdea46
parent6df791551e6eb3eb6f72a3acf63e2d49f6ce870f (diff)
downloademacs-70614fa4353d9b64f39eeec23a7e3aeae2c0f170.tar.gz
emacs-70614fa4353d9b64f39eeec23a7e3aeae2c0f170.zip
Fix anchor position.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/loading.texi3
2 files changed, 6 insertions, 2 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index 4d1aaeb58d2..bfae9080054 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12007-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * loading.texi (How Programs Do Loading): Fix anchor position at
4 load-read-function definition doc. (tiny change)
5
12007-02-21 Kim F. Storm <storm@cua.dk> 62007-02-21 Kim F. Storm <storm@cua.dk>
2 7
3 * strings.texi (Text Comparison): Mention that assoc-string 8 * 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.
155@end defvar 155@end defvar
156 156
157@defvar load-read-function 157@defvar load-read-function
158This
159@anchor{Definition of load-read-function} 158@anchor{Definition of load-read-function}
160@c do not allow page break at anchor; work around Texinfo deficiency. 159@c do not allow page break at anchor; work around Texinfo deficiency.
161variable specifies an alternate expression-reading function for 160This variable specifies an alternate expression-reading function for
162@code{load} and @code{eval-region} to use instead of @code{read}. 161@code{load} and @code{eval-region} to use instead of @code{read}.
163The function should accept one argument, just as @code{read} does. 162The function should accept one argument, just as @code{read} does.
164 163