emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 296afbf: * doc/lispref/package.texi (Packaging Basi


From: Glenn Morris
Subject: [Emacs-diffs] master 296afbf: * doc/lispref/package.texi (Packaging Basics): Fix xref.
Date: Sat, 17 Feb 2018 12:58:43 -0500 (EST)

branch: master
commit 296afbf75ac2a59a020d5b9669f494e1cb270588
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * 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 d179cf5..7e7a8cd 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]