; * doc/emacs/building.texi (Lisp Libraries): Update (bug#72961).
authorEli Zaretskii <eliz@gnu.org>
Thu, 5 Sep 2024 06:23:23 +0000 (09:23 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 5 Sep 2024 06:23:23 +0000 (09:23 +0300)
doc/emacs/building.texi

index 1b079c2cef9547def870b2482d557b1cdf5e0854..bb03d8cf325659f7d1fef11dd8f91bd6e97a8572 100644 (file)
@@ -1689,9 +1689,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