changeset 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 38ef9c5576bb
children 3c2eaf387741
files lispref/loading.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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.