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: Luc Teirlinck
Subject: [Emacs-diffs] Changes to emacs/lispref/hash.texi
Date: Mon, 10 Nov 2003 22:59:26 -0500

Index: emacs/lispref/hash.texi
diff -c emacs/lispref/hash.texi:1.11 emacs/lispref/hash.texi:1.12
*** emacs/lispref/hash.texi:1.11        Sat Nov  8 23:44:28 2003
--- emacs/lispref/hash.texi     Mon Nov 10 22:59:26 2003
***************
*** 78,84 ****
  @item eql
  Keys which are numbers are ``the same'' if they are @code{equal}, that
  is, if they are equal in value and either both are integers or both
! are floats; otherwise, two distinct objects are never ``the same''.
  
  @item eq
  Any two distinct Lisp objects are ``different'' as keys.
--- 78,85 ----
  @item eql
  Keys which are numbers are ``the same'' if they are @code{equal}, that
  is, if they are equal in value and either both are integers or both
! are floating point numbers; otherwise, two distinct objects are never
! ``the same''.
  
  @item eq
  Any two distinct Lisp objects are ``different'' as keys.




reply via email to

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