mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(Evaluating Emacs Lisp code):
Throughout, replace eval-current-buffer with eval-buffer.
This commit is contained in:
parent
4c242e964d
commit
220a668e6b
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user