]> git.eshelyaron.com Git - emacs.git/commitdiff
; * 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)
committerEshel Yaron <me@eshelyaron.com>
Sun, 8 Sep 2024 11:22:34 +0000 (13:22 +0200)
(cherry picked from commit dad0935cfcbed67b5f538ba26531eeefce356c12)

doc/emacs/building.texi

index bbe09ac31620024c04ddc055974ed3546436581b..e3ef44c6759e09646c38038c7fb4ec505d7c1147 100644 (file)
@@ -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