Mercurial > hg > xemacs-beta
diff man/lispref/hash-tables.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 | 71ee43b8a74d |
children |
line wrap: on
line diff
--- a/man/lispref/hash-tables.texi Mon Jan 27 17:52:33 2014 +0100 +++ b/man/lispref/hash-tables.texi Thu Mar 27 08:59:03 2014 -0600 @@ -3,7 +3,7 @@ @c Copyright (C) 1996 Ben Wing. @c See the file lispref.texi for copying conditions. @setfilename ../../info/hash-tables.info -@node Hash Tables, Range Tables, Display, top +@node Hash Tables, Range Tables, Display, Top @chapter Hash Tables @cindex hash table @@ -20,7 +20,7 @@ behavior. @end menu -@node Introduction to Hash Tables +@node Introduction to Hash Tables, Working With Hash Tables, Hash Tables, Hash Tables @section Introduction to Hash Tables A @dfn{hash table} is a data structure that provides mappings from @@ -163,7 +163,7 @@ This can be one of @code{nil}, @code{t}, @code{key} or @code{value}. @end defun -@node Working With Hash Tables +@node Working With Hash Tables, Weak Hash Tables, Introduction to Hash Tables, Hash Tables @section Working With Hash Tables @defun puthash key value hash-table @@ -213,7 +213,7 @@ a list comprising @var{test-function} and @var{hash-function}. @end defun -@node Weak Hash Tables +@node Weak Hash Tables, , Working With Hash Tables, Hash Tables @section Weak Hash Tables @cindex hash table, weak @cindex weak hash table