From 4a10435ed54321b246f50b93122985b3ef08b241 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 5 Sep 2024 09:23:23 +0300 Subject: [PATCH] ; * doc/emacs/building.texi (Lisp Libraries): Update (bug#72961). (cherry picked from commit dad0935cfcbed67b5f538ba26531eeefce356c12) --- doc/emacs/building.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/emacs/building.texi b/doc/emacs/building.texi index bbe09ac3162..e3ef44c6759 100644 --- a/doc/emacs/building.texi +++ b/doc/emacs/building.texi @@ -1683,9 +1683,9 @@ command or function is invoked. For example: Note that installing a package using @code{package-install} (@pxref{Package Installation}) takes care of placing the package's -Lisp files in a directory where Emacs will find it, and also writes -the necessary initialization code into your init files, making the -above manual customizations unnecessary. +Lisp files in a directory where Emacs will find it, and also extends +@code{load-path} as needed, making the above manual customizations +unnecessary for such packages. @node Lisp Eval @section Evaluating Emacs Lisp Expressions -- 2.39.5