1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-30 17:22:17 -07:00

; * doc/lispref/os.texi (Init File): Fix markup (bug#81049).

This commit is contained in:
Manuel Giraud 2026-05-15 12:45:39 +02:00 committed by Eli Zaretskii
parent f4c326c378
commit 8e37499035

View file

@ -411,8 +411,8 @@ that the early init file is loaded much earlier during the startup
process, so you can use it to customize some things that are
initialized before loading the regular init file. For example, you
can customize the process of initializing the package system, by
setting variables such as @var{package-load-list} or
@var{package-enable-at-startup}. @xref{Package Installation,,,
setting variables such as @code{package-load-list} or
@code{package-enable-at-startup}. @xref{Package Installation,,,
emacs,The GNU Emacs Manual}.
@cindex default init file