diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-02-21 20:11:22 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-02-21 20:11:22 +0200 |
commit | 5209e9b45b72eb8f02aade19d75792e16e4c638d (patch) | |
tree | fa7c66a498e1a12a91e9a0d8ea1ec471a1fb8c6c | |
parent | d599dce1353ce59d134fcff21cde02c70025253d (diff) | |
download | emacs-5209e9b45b72eb8f02aade19d75792e16e4c638d.tar.gz emacs-5209e9b45b72eb8f02aade19d75792e16e4c638d.tar.bz2 emacs-5209e9b45b72eb8f02aade19d75792e16e4c638d.zip |
Another fix for cross-references
* doc/emacs/package.texi (Package Installation): Fix references to
"Early Init". (Bug#30552)
-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. After a package is installed, it is automatically made available by Emacs in all subsequent sessions. This happens at startup, before processing the init file but after processing the early init file -(@pxref{Early Init File,,, elisp, The Emacs Lisp Reference Manual}). -As an exception, Emacs does not make packages available at startup if -invoked with the @samp{-q} or @samp{--no-init-file} options -(@pxref{Initial Options}). +(@pxref{Early Init File}). As an exception, Emacs does not make +packages available at startup if invoked with the @samp{-q} or +@samp{--no-init-file} options (@pxref{Initial Options}). @vindex package-enable-at-startup To keep Emacs from automatically making packages available at startup, change the variable @code{package-enable-at-startup} to -@code{nil}. You must do this in the early init file (@pxref{Early -Init File,,, elisp, The Emacs Lisp Reference Manual}), as the variable +@code{nil}. You must do this in the early init file, as the variable is read before loading the regular init file. Currently this variable cannot be set via Customize. |