From 70614fa4353d9b64f39eeec23a7e3aeae2c0f170 Mon Sep 17 00:00:00 2001 From: Vinicius Jose Latorre Date: Sun, 25 Feb 2007 11:55:56 +0000 Subject: [PATCH] Fix anchor position. --- lispref/ChangeLog | 5 +++++ lispref/loading.texi | 3 +-- 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 @@ +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 --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. @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. -- 2.39.5