emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/hash.texi,v


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/hash.texi,v
Date: Sat, 31 Mar 2007 12:53:22 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/03/31 12:53:21

Index: hash.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/hash.texi,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- hash.texi   16 Jan 2007 03:28:53 -0000      1.25
+++ hash.texi   31 Mar 2007 12:53:21 -0000      1.26
@@ -7,10 +7,11 @@
 @node Hash Tables, Symbols, Sequences Arrays Vectors, Top
 @chapter Hash Tables
 @cindex hash tables
address@hidden lookup tables
 
-  A hash table is a very fast kind of lookup table, somewhat like
-an alist in that it maps keys to corresponding values.  It differs
-from an alist in these ways:
+  A hash table is a very fast kind of lookup table, somewhat like an
+alist (@pxref{Association Lists}) in that it maps keys to
+corresponding values.  It differs from an alist in these ways:
 
 @itemize @bullet
 @item




reply via email to

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