From: Thien-Thi Nguyen Date: Wed, 5 Jul 2006 07:54:53 +0000 (+0000) Subject: (Evaluating Emacs Lisp code): X-Git-Tag: emacs-pretest-22.0.90~1696 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=220a668e6b580b12f3c64ff7fc99e84dc63cfb26;p=emacs.git (Evaluating Emacs Lisp code): Throughout, replace eval-current-buffer with eval-buffer. --- 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.