* doc/lispref/package.texi (Packaging Basics): Fix xref.

This commit is contained in:
Glenn Morris 2018-02-17 09:58:33 -08:00
parent 4fa90ff8f5
commit 296afbf75a

View file

@ -130,7 +130,7 @@ In most cases, you should not need to call @code{package-initialize},
as this is done automatically during startup. Simply make sure to put
any code that should run before @code{package-initialize} in the early
init file, and any code that should run after it in the primary init
file (@xref{Init File,,, emacs, The GNU Emacs Manual}).
file (@pxref{Init File,,, emacs, The GNU Emacs Manual}).
@end deffn
@node Simple Packages