diff lispref/loading.texi @ 56215:c9aa4127a482

Reposition @anchor's.
author Luc Teirlinck <teirllm@auburn.edu>
date Wed, 23 Jun 2004 16:40:04 +0000
parents c1864c2911cf
children 26d02bae850d 59dcbfe97385
line wrap: on
line diff
--- a/lispref/loading.texi	Wed Jun 23 16:20:08 2004 +0000
+++ b/lispref/loading.texi	Wed Jun 23 16:40:04 2004 +0000
@@ -1,6 +1,7 @@
 @c -*-texinfo-*-
 @c This is part of the GNU Emacs Lisp Reference Manual.
-@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999
+@c Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1998, 1999,
+@c 2003, 2004
 @c   Free Software Foundation, Inc.
 @c See the file elisp.texi for copying conditions.
 @setfilename ../info/loading
@@ -140,8 +141,8 @@
 file, and it is @code{nil} otherwise.
 @end defvar
 
+@defvar load-read-function
 @anchor{Definition of load-read-function}
-@defvar load-read-function
 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.