; * doc/emacs/building.texi (Lisp Libraries): Update (bug#72961).

This commit is contained in:
Eli Zaretskii 2024-09-05 09:23:23 +03:00
parent e4dc6711b0
commit dad0935cfc

View file

@ -1689,9 +1689,9 @@ command or function is invoked. For example:
Note that installing a package using @code{package-install} Note that installing a package using @code{package-install}
(@pxref{Package Installation}) takes care of placing the package's (@pxref{Package Installation}) takes care of placing the package's
Lisp files in a directory where Emacs will find it, and also writes Lisp files in a directory where Emacs will find it, and also extends
the necessary initialization code into your init files, making the @code{load-path} as needed, making the above manual customizations
above manual customizations unnecessary. unnecessary for such packages.
@node Lisp Eval @node Lisp Eval
@section Evaluating Emacs Lisp Expressions @section Evaluating Emacs Lisp Expressions