From 296afbf75ac2a59a020d5b9669f494e1cb270588 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sat, 17 Feb 2018 09:58:33 -0800 Subject: [PATCH] * doc/lispref/package.texi (Packaging Basics): Fix xref. --- doc/lispref/package.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lispref/package.texi b/doc/lispref/package.texi index d179cf56fd2..7e7a8cd9bc8 100644 --- a/doc/lispref/package.texi +++ b/doc/lispref/package.texi @@ -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 -- 2.39.2