diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2006-07-05 07:54:53 +0000 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2006-07-05 07:54:53 +0000 |
commit | 220a668e6b580b12f3c64ff7fc99e84dc63cfb26 (patch) | |
tree | 6a6b406f96d3f7d1c14816d42cc7049b0d2adb33 /man/faq.texi | |
parent | 4c242e964dd22c05aec71f00cdee9b392ba1b968 (diff) | |
download | emacs-220a668e6b580b12f3c64ff7fc99e84dc63cfb26.tar.gz |
(Evaluating Emacs Lisp code):
Throughout, replace eval-current-buffer with eval-buffer.
Diffstat (limited to 'man/faq.texi')
-rw-r--r-- | man/faq.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/faq.texi b/man/faq.texi index 5d111c8bdae..c52fcd6b2d2 100644 --- a/man/faq.texi +++ b/man/faq.texi @@ -2147,7 +2147,7 @@ forms in a file. (To do this from Lisp use the function @code{load} instead.) The functions @code{load-library}, @code{eval-region}, -@code{eval-current-buffer}, @code{require}, and @code{autoload} are also +@code{eval-buffer}, @code{require}, and @code{autoload} are also useful; see @ref{Emacs Lisp documentation}, if you want to learn more about them. |