From: Glenn Morris Date: Sat, 17 Feb 2018 17:58:33 +0000 (-0800) Subject: * doc/lispref/package.texi (Packaging Basics): Fix xref. X-Git-Tag: emacs-27.0.90~5666 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=296afbf75ac2a59a020d5b9669f494e1cb270588;p=emacs.git * doc/lispref/package.texi (Packaging Basics): Fix xref. --- 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