diff options
| author | Andrea Corallo | 2024-07-24 15:49:23 +0200 |
|---|---|---|
| committer | Andrea Corallo | 2024-07-24 15:49:23 +0200 |
| commit | df25bd12fc323b2e6ac76f05882d3902ce92b4cf (patch) | |
| tree | abd0bc8cf5a6ebe46ec3afbdf2b94094a13645ba /doc/misc | |
| parent | d458664e893cd74f46bf9d00559ff5386c3dbf44 (diff) | |
| parent | 976416bebe278a7cf65ab58b1918c9c27e3a09bd (diff) | |
| download | emacs-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/misc')
| -rw-r--r-- | doc/misc/use-package.texi | 4 |
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 | |||
| 180 | The above declarations will load the @samp{foo} package immediately. In | 180 | The above declarations will load the @samp{foo} package immediately. In |
| 181 | most cases, this is not necessary or desirable, as that will slow down | 181 | most cases, this is not necessary or desirable, as that will slow down |
| 182 | Emacs startup. Instead, you should try to set things up so that | 182 | Emacs startup. Instead, you should try to set things up so that |
| 183 | packages are only loaded when they are actually needed | 183 | packages 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 |
| 186 | say: | 186 | say: |
| 187 | 187 | ||