]> code.delx.au - gnu-emacs/blobdiff - lispref/loading.texi
(Sets And Lists): Fix typos.
[gnu-emacs] / lispref / loading.texi
index ea995bb79e955d3a5a0e260fe02d16e6af87fbe3..eb576f8fbbc4b6c011de3d1e9d9d9cd8121aa03d 100644 (file)
@@ -155,8 +155,10 @@ file, and it is @code{nil} otherwise.
 @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.