comparison man/lispref/building.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 9fa10603c898
children
comparison
equal deleted inserted replaced
5790:dcf9067f26bb 5791:9fae6227ede5
18 @menu 18 @menu
19 * Building XEmacs:: How to preload Lisp libraries into XEmacs. 19 * Building XEmacs:: How to preload Lisp libraries into XEmacs.
20 * Garbage Collection:: Reclaiming space for Lisp objects no longer used. 20 * Garbage Collection:: Reclaiming space for Lisp objects no longer used.
21 @end menu 21 @end menu
22 22
23 @node Building XEmacs 23 @node Building XEmacs, Garbage Collection, Building XEmacs and Object Allocation, Building XEmacs and Object Allocation
24 @appendixsec Building XEmacs 24 @appendixsec Building XEmacs
25 @cindex building XEmacs 25 @cindex building XEmacs
26 @pindex temacs 26 @pindex temacs
27 27
28 This section explains the steps involved in building the XEmacs 28 This section explains the steps involved in building the XEmacs
169 @defvar emacs-minor-version 169 @defvar emacs-minor-version
170 The minor version number of Emacs, as an integer. For XEmacs version 170 The minor version number of Emacs, as an integer. For XEmacs version
171 20.1, the value is 1. 171 20.1, the value is 1.
172 @end defvar 172 @end defvar
173 173
174 @node Garbage Collection 174 @node Garbage Collection, , Building XEmacs, Building XEmacs and Object Allocation
175 @appendixsec Garbage Collection 175 @appendixsec Garbage Collection
176 @cindex garbage collector 176 @cindex garbage collector
177 177
178 @cindex memory allocation 178 @cindex memory allocation
179 When a program creates a list or the user defines a new function (such 179 When a program creates a list or the user defines a new function (such