diff options
| -rw-r--r-- | doc/emacs/package.texi | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi index 6c7493790d3..be749348729 100644 --- a/doc/emacs/package.texi +++ b/doc/emacs/package.texi | |||
| @@ -252,16 +252,14 @@ consult the package's help buffer. | |||
| 252 | After a package is installed, it is automatically made available by | 252 | After a package is installed, it is automatically made available by |
| 253 | Emacs in all subsequent sessions. This happens at startup, before | 253 | Emacs in all subsequent sessions. This happens at startup, before |
| 254 | processing the init file but after processing the early init file | 254 | processing the init file but after processing the early init file |
| 255 | (@pxref{Early Init File,,, elisp, The Emacs Lisp Reference Manual}). | 255 | (@pxref{Early Init File}). As an exception, Emacs does not make |
| 256 | As an exception, Emacs does not make packages available at startup if | 256 | packages available at startup if invoked with the @samp{-q} or |
| 257 | invoked with the @samp{-q} or @samp{--no-init-file} options | 257 | @samp{--no-init-file} options (@pxref{Initial Options}). |
| 258 | (@pxref{Initial Options}). | ||
| 259 | 258 | ||
| 260 | @vindex package-enable-at-startup | 259 | @vindex package-enable-at-startup |
| 261 | To keep Emacs from automatically making packages available at | 260 | To keep Emacs from automatically making packages available at |
| 262 | startup, change the variable @code{package-enable-at-startup} to | 261 | startup, change the variable @code{package-enable-at-startup} to |
| 263 | @code{nil}. You must do this in the early init file (@pxref{Early | 262 | @code{nil}. You must do this in the early init file, as the variable |
| 264 | Init File,,, elisp, The Emacs Lisp Reference Manual}), as the variable | ||
| 265 | is read before loading the regular init file. Currently this variable | 263 | is read before loading the regular init file. Currently this variable |
| 266 | cannot be set via Customize. | 264 | cannot be set via Customize. |
| 267 | 265 | ||