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 14:27:28 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    07/03/31 14:27:28

Index: hash.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/hash.texi,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- hash.texi   31 Mar 2007 12:53:21 -0000      1.26
+++ hash.texi   31 Mar 2007 14:27:28 -0000      1.27
@@ -56,6 +56,7 @@
 
 @node Creating Hash
 @section Creating Hash Tables
address@hidden create hash table
 
   The principal function for creating a hash table is
 @code{make-hash-table}.
@@ -213,6 +214,7 @@
 @node Defining Hash
 @section Defining Hash Comparisons
 @cindex hash code
address@hidden define hash comparisons
 
   You can define new methods of key lookup by means of
 @code{define-hash-table-test}.  In order to use this feature, you need




reply via email to

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