emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/loading.texi,v


From: Thien-Thi Nguyen
Subject: [Emacs-diffs] Changes to emacs/lispref/loading.texi,v
Date: Wed, 05 Jul 2006 08:03:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Thien-Thi Nguyen <ttn>  06/07/05 08:03:55

Index: loading.texi
===================================================================
RCS file: /sources/emacs/emacs/lispref/loading.texi,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -b -r1.64 -r1.65
--- loading.texi        1 Mar 2006 02:45:05 -0000       1.64
+++ loading.texi        5 Jul 2006 08:03:55 -0000       1.65
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]