aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/os.texi10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index 5f189b984a3..ec14b014e52 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -155,9 +155,13 @@ It loads your abbrevs from the file specified by
155option @samp{--batch} was specified. 155option @samp{--batch} was specified.
156 156
157@item 157@item
158If @code{package-enable-at-startup} is non-@code{nil}, it calls the 158It calls the function @code{package-initialize} to activate any
159function @code{package-initialize} to activate any optional Emacs Lisp 159optional Emacs Lisp package that has been installed. @xref{Packaging
160package that has been installed. @xref{Packaging Basics}. 160Basics}. However, Emacs doesn't initialize packages when
161@code{package-enable-at-startup} is @code{nil} or when it's started
162with one of the options @samp{-q}, @samp{-Q}, or @samp{--batch}. To
163initialize packages in the latter case, @code{package-initialize}
164should be called explicitly (e.g., via the @samp{--funcall} option).
161 165
162@vindex after-init-time 166@vindex after-init-time
163@item 167@item