diff lispref/loading.texi @ 71630:579de8a35420

(Loading): Replace eval-current-buffer with eval-buffer.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Wed, 05 Jul 2006 08:03:55 +0000
parents 1c12656cdcb0
children 17479ca5deda 138ce2701550
line wrap: on
line diff
--- a/lispref/loading.texi	Wed Jul 05 08:02:11 2006 +0000
+++ b/lispref/loading.texi	Wed Jul 05 08:03:55 2006 +0000
@@ -15,7 +15,7 @@
 file, reads the text, evaluates each form, and then closes the file.
 
   The load functions evaluate all the expressions in a file just
-as the @code{eval-current-buffer} function evaluates all the
+as the @code{eval-buffer} function evaluates all the
 expressions in a buffer.  The difference is that the load functions
 read and evaluate the text in the file as found on disk, not the text
 in an Emacs buffer.