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


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lispref/hash.texi
Date: Tue, 04 Feb 2003 09:48:07 -0500

Index: emacs/lispref/hash.texi
diff -c emacs/lispref/hash.texi:1.7 emacs/lispref/hash.texi:1.8
*** emacs/lispref/hash.texi:1.7 Sun Aug 12 17:12:51 2001
--- emacs/lispref/hash.texi     Tue Feb  4 09:47:53 2003
***************
*** 1,6 ****
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1999 Free Software Foundation, Inc. 
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/hash
  @node Hash Tables, Symbols, Sequences Arrays Vectors, Top
--- 1,6 ----
  @c -*-texinfo-*-
  @c This is part of the GNU Emacs Lisp Reference Manual.
! @c Copyright (C) 1999 Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/hash
  @node Hash Tables, Symbols, Sequences Arrays Vectors, Top
***************
*** 176,182 ****
  @end defun
  
  @tindex puthash
! @defun puthash key value table 
  This function enters an association for @var{key} in @var{table}, with
  value @var{value}.  If @var{key} already has an association in
  @var{table}, @var{value} replaces the old associated value.
--- 176,182 ----
  @end defun
  
  @tindex puthash
! @defun puthash key value table
  This function enters an association for @var{key} in @var{table}, with
  value @var{value}.  If @var{key} already has an association in
  @var{table}, @var{value} replaces the old associated value.
***************
*** 270,276 ****
  (defun case-fold-string-hash (a)
    (sxhash (upcase a)))
  
! (define-hash-table-test 'case-fold 'case-fold-string= 
                          'case-fold-string-hash))
  
  (make-hash-table :test 'case-fold)
--- 270,276 ----
  (defun case-fold-string-hash (a)
    (sxhash (upcase a)))
  
! (define-hash-table-test 'case-fold 'case-fold-string=
                          'case-fold-string-hash))
  
  (make-hash-table :test 'case-fold)




reply via email to

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