diff options
| author | Thien-Thi Nguyen | 2006-07-05 08:03:55 +0000 |
|---|---|---|
| committer | Thien-Thi Nguyen | 2006-07-05 08:03:55 +0000 |
| commit | 03e3e1ad6e1a475e988528b32ceebcdaaa31717a (patch) | |
| tree | 416de056b651159dba408e2b85142687a4e9ba57 | |
| parent | d8ca18c71b1e19e9eced657490d50f71c06b554d (diff) | |
| download | emacs-03e3e1ad6e1a475e988528b32ceebcdaaa31717a.tar.gz emacs-03e3e1ad6e1a475e988528b32ceebcdaaa31717a.zip | |
(Loading): Replace eval-current-buffer with eval-buffer.
| -rw-r--r-- | lispref/loading.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 15 | file, reads the text, evaluates each form, and then closes the file. | 15 | file, reads the text, evaluates each form, and then closes the file. |
| 16 | 16 | ||
| 17 | The load functions evaluate all the expressions in a file just | 17 | The load functions evaluate all the expressions in a file just |
| 18 | as the @code{eval-current-buffer} function evaluates all the | 18 | as the @code{eval-buffer} function evaluates all the |
| 19 | expressions in a buffer. The difference is that the load functions | 19 | expressions in a buffer. The difference is that the load functions |
| 20 | read and evaluate the text in the file as found on disk, not the text | 20 | read and evaluate the text in the file as found on disk, not the text |
| 21 | in an Emacs buffer. | 21 | in an Emacs buffer. |