aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/loading.texi
diff options
context:
space:
mode:
authorKaroly Lorentey2003-12-28 16:05:28 +0000
committerKaroly Lorentey2003-12-28 16:05:28 +0000
commit8ed48c277afad174675b3d6dcb8e7b00a4bcc97d (patch)
tree53d9baa35f9420264e2f53ad4db850c400c3e2c6 /lispref/loading.texi
parent2e7f2ec031f1708b80df9dc1f60f6b1cb24a5c02 (diff)
parent69348b2a71cbabeb23e3b7d5dce354c5bc4bd311 (diff)
downloademacs-8ed48c277afad174675b3d6dcb8e7b00a4bcc97d.tar.gz
emacs-8ed48c277afad174675b3d6dcb8e7b00a4bcc97d.zip
Merged in changes from CVS HEAD
Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-1 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-2 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-3 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-17
Diffstat (limited to 'lispref/loading.texi')
-rw-r--r--lispref/loading.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/lispref/loading.texi b/lispref/loading.texi
index 0865914c45d..e171fc70fdf 100644
--- a/lispref/loading.texi
+++ b/lispref/loading.texi
@@ -140,6 +140,7 @@ This variable is non-@code{nil} if Emacs is in the process of loading a
140file, and it is @code{nil} otherwise. 140file, and it is @code{nil} otherwise.
141@end defvar 141@end defvar
142 142
143@anchor{Definition of load-read-function}
143@defvar load-read-function 144@defvar load-read-function
144This variable specifies an alternate expression-reading function for 145This variable specifies an alternate expression-reading function for
145@code{load} and @code{eval-region} to use instead of @code{read}. 146@code{load} and @code{eval-region} to use instead of @code{read}.
@@ -150,7 +151,7 @@ functions should use @code{read}.
150 151
151Instead of using this variable, it is cleaner to use another, newer 152Instead of using this variable, it is cleaner to use another, newer
152feature: to pass the function as the @var{read-function} argument to 153feature: to pass the function as the @var{read-function} argument to
153@code{eval-region}. @xref{Eval}. 154@code{eval-region}. @xref{Definition of eval-region,, Eval}.
154@end defvar 155@end defvar
155 156
156 For information about how @code{load} is used in building Emacs, see 157 For information about how @code{load} is used in building Emacs, see