# HG changeset patch # User Thien-Thi Nguyen # Date 1152086635 0 # Node ID 579de8a354206d467a1a1e928af003d64a8a77e6 # Parent 38ef9c5576bb28319f4364d0bd5160d0efa035ca (Loading): Replace eval-current-buffer with eval-buffer. diff -r 38ef9c5576bb -r 579de8a35420 lispref/loading.texi --- 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.