]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/package.texi (Packaging Basics): Fix xref.
authorGlenn Morris <rgm@gnu.org>
Sat, 17 Feb 2018 17:58:33 +0000 (09:58 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 17 Feb 2018 17:58:33 +0000 (09:58 -0800)
doc/lispref/package.texi

index d179cf56fd2b6f5fd06f053dc600160ae3bac0c4..7e7a8cd9bc8c1b48b36ad62fdfc448acb49bc364 100644 (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