Mercurial > hg > xemacs-beta
diff man/lispref/loading.texi @ 5791:9fae6227ede5
Silence texinfo 5.2 warnings, primarily by adding next, prev, and up
pointers to all nodes. See xemacs-patches message with ID
<5315f7bf.sHpFD7lXYR05GH6E%james@xemacs.org>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Thu, 27 Mar 2014 08:59:03 -0600 |
parents | 576fb035e263 |
children | 8ef8d5e7c920 |
line wrap: on
line diff
--- a/man/lispref/loading.texi Mon Jan 27 17:52:33 2014 +0100 +++ b/man/lispref/loading.texi Thu Mar 27 08:59:03 2014 -0600 @@ -43,7 +43,7 @@ particular libraries are loaded. @end menu -@node How Programs Do Loading +@node How Programs Do Loading, Autoload, Loading, Loading @section How Programs Do Loading XEmacs Lisp has several interfaces for loading. For example, @@ -274,7 +274,7 @@ To learn how @code{load} is used to build XEmacs, see @ref{Building XEmacs}. -@node Autoload +@node Autoload, Repeated Loading, How Programs Do Loading, Loading @section Autoload @cindex autoload @@ -417,7 +417,7 @@ @file{loaddefs.el}; they tell @code{make-docfile} to put the documentation string in the @file{DOC} file. @xref{Building XEmacs}. -@node Repeated Loading +@node Repeated Loading, Named Features, Autoload, Loading @section Repeated Loading @cindex repeated loading @@ -480,7 +480,7 @@ @xref{Named Features}. @end ifinfo -@node Named Features +@node Named Features, Unloading, Repeated Loading, Loading @section Features @cindex features @cindex requiring features @@ -660,7 +660,7 @@ @code{features} list is not significant. @end defvar -@node Unloading +@node Unloading, Hooks for Loading, Named Features, Loading @section Unloading @cindex unloading @@ -717,7 +717,7 @@ by adding the symbols defined to the element for the file being visited, rather than replacing that element. -@node Hooks for Loading +@node Hooks for Loading, , Unloading, Loading @section Hooks for Loading @cindex loading hooks @cindex hooks for loading