aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAndrea Corallo2024-07-24 15:49:23 +0200
committerAndrea Corallo2024-07-24 15:49:23 +0200
commitdf25bd12fc323b2e6ac76f05882d3902ce92b4cf (patch)
treeabd0bc8cf5a6ebe46ec3afbdf2b94094a13645ba /doc
parentd458664e893cd74f46bf9d00559ff5386c3dbf44 (diff)
parent976416bebe278a7cf65ab58b1918c9c27e3a09bd (diff)
downloademacs-df25bd12fc323b2e6ac76f05882d3902ce92b4cf.tar.gz
emacs-df25bd12fc323b2e6ac76f05882d3902ce92b4cf.zip
Merge from savannah/emacs-30
976416bebe2 Fix some function type declaration 23549d71751 * src/image.c (gui_put_x_image): Avoid memory leak. cb633820c15 ; * doc/misc/use-package.texi (Getting Started): Fix word...
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/use-package.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/use-package.texi b/doc/misc/use-package.texi
index 8a7af5bc6f6..9e11b349f20 100644
--- a/doc/misc/use-package.texi
+++ b/doc/misc/use-package.texi
@@ -180,8 +180,8 @@ loading actually occurs. As you might expect, you can use
180The above declarations will load the @samp{foo} package immediately. In 180The above declarations will load the @samp{foo} package immediately. In
181most cases, this is not necessary or desirable, as that will slow down 181most cases, this is not necessary or desirable, as that will slow down
182Emacs startup. Instead, you should try to set things up so that 182Emacs startup. Instead, you should try to set things up so that
183packages are only loaded when they are actually needed 183packages are only loaded when they are actually needed (this is known as
184(``autoloading''). If you have installed a package from @acronym{GNU} 184``autoloading''). If you have installed a package from @acronym{GNU}
185@acronym{ELPA} that provides its own autoloads, it is often enough to 185@acronym{ELPA} that provides its own autoloads, it is often enough to
186say: 186say:
187 187