GNU bug report logs -
#30552
27.0.50; Incorrect link to Early Init File node and Early Init File clarification
Previous Next
Reported by: Kaushal Modi <kaushal.modi <at> gmail.com>
Date: Tue, 20 Feb 2018 17:48:02 UTC
Severity: minor
Found in version 27.0.50
Done: Stefan Kangas <stefan <at> marxist.se>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Tue, Feb 20, 2018 at 2:28 PM Eli Zaretskii <eliz <at> gnu.org> wrote:
> Fixed, thanks.
>
Hi Eli,
That doesn't seem to have fixed this. I believe the fix is this?:
diff --git a/doc/emacs/package.texi b/doc/emacs/package.texi
index 6c7493790d..b4398a553f 100644
--- a/doc/emacs/package.texi
+++ b/doc/emacs/package.texi
@@ -252,7 +252,7 @@ Package Installation
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}).
+(@pxref{Early Init File,,, emacs, The Emacs 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}).
@@ -261,7 +261,7 @@ Package Installation
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
+Init File,,, emacs, The Emacs Manual}), as the variable
is read before loading the regular init file. Currently this variable
cannot be set via Customize.
--
Kaushal Modi
[Message part 2 (text/html, inline)]
This bug report was last modified 5 years and 239 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.