From: Thien-Thi Nguyen Date: Wed, 5 Jul 2006 08:03:55 +0000 (+0000) Subject: (Loading): Replace eval-current-buffer with eval-buffer. X-Git-Tag: emacs-pretest-22.0.90~1694 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=03e3e1ad6e1a475e988528b32ceebcdaaa31717a;p=emacs.git (Loading): Replace eval-current-buffer with eval-buffer. --- diff --git a/lispref/loading.texi b/lispref/loading.texi index 544bb0875b1..81787082117 100644 --- a/lispref/loading.texi +++ b/lispref/loading.texi @@ -15,7 +15,7 @@ environment in the form of Lisp objects. Emacs finds and opens the 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.