/[emacs]/emacs/lispref/hash.texi
ViewVC logotype

Diff of /emacs/lispref/hash.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by rms, Sun Aug 12 21:12:51 2001 UTC revision 1.7.8.1 by miles, Fri Apr 4 06:20:41 2003 UTC
# Line 1  Line 1 
1  @c -*-texinfo-*-  @c -*-texinfo-*-
2  @c This is part of the GNU Emacs Lisp Reference Manual.  @c This is part of the GNU Emacs Lisp Reference Manual.
3  @c Copyright (C) 1999 Free Software Foundation, Inc.  @c Copyright (C) 1999 Free Software Foundation, Inc.
4  @c See the file elisp.texi for copying conditions.  @c See the file elisp.texi for copying conditions.
5  @setfilename ../info/hash  @setfilename ../info/hash
6  @node Hash Tables, Symbols, Sequences Arrays Vectors, Top  @node Hash Tables, Symbols, Sequences Arrays Vectors, Top
# Line 176  association in @var{table}. Line 176  association in @var{table}.
176  @end defun  @end defun
177    
178  @tindex puthash  @tindex puthash
179  @defun puthash key value table  @defun puthash key value table
180  This function enters an association for @var{key} in @var{table}, with  This function enters an association for @var{key} in @var{table}, with
181  value @var{value}.  If @var{key} already has an association in  value @var{value}.  If @var{key} already has an association in
182  @var{table}, @var{value} replaces the old associated value.  @var{table}, @var{value} replaces the old associated value.
# Line 270  compared case-insensitively. Line 270  compared case-insensitively.
270  (defun case-fold-string-hash (a)  (defun case-fold-string-hash (a)
271    (sxhash (upcase a)))    (sxhash (upcase a)))
272    
273  (define-hash-table-test 'case-fold 'case-fold-string=  (define-hash-table-test 'case-fold 'case-fold-string=
274                          'case-fold-string-hash))                          'case-fold-string-hash))
275    
276  (make-hash-table :test 'case-fold)  (make-hash-table :test 'case-fold)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.8.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26