diff lispref/loading.texi @ 71995:26c633d614ed

fix bad page breaks
author Karl Berry <karl@gnu.org>
date Tue, 18 Jul 2006 13:50:29 +0000
parents 17479ca5deda
children ea5c96e3cad9 8a8e69664178
line wrap: on
line diff
--- a/lispref/loading.texi	Tue Jul 18 13:30:20 2006 +0000
+++ b/lispref/loading.texi	Tue Jul 18 13:50:29 2006 +0000
@@ -155,8 +155,10 @@
 @end defvar
 
 @defvar load-read-function
+This
 @anchor{Definition of load-read-function}
-This variable specifies an alternate expression-reading function for
+@c do not allow page break at anchor; work around Texinfo deficiency.
+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.