emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/objects.texi


From: Richard M . Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/objects.texi
Date: Sat, 25 Jun 2005 10:09:07 -0400

Index: emacs/lispref/objects.texi
diff -c emacs/lispref/objects.texi:1.46 emacs/lispref/objects.texi:1.47
*** emacs/lispref/objects.texi:1.46     Sun Mar  6 18:21:36 2005
--- emacs/lispref/objects.texi  Sat Jun 25 14:09:07 2005
***************
*** 1820,1827 ****
  
  @defun eq object1 object2
  This function returns @code{t} if @var{object1} and @var{object2} are
! the same object, @code{nil} otherwise.  The ``same object'' means that a
! change in one will be reflected by the same change in the other.
  
  @code{eq} returns @code{t} if @var{object1} and @var{object2} are
  integers with the same value.  Also, since symbol names are normally
--- 1820,1826 ----
  
  @defun eq object1 object2
  This function returns @code{t} if @var{object1} and @var{object2} are
! the same object, @code{nil} otherwise.
  
  @code{eq} returns @code{t} if @var{object1} and @var{object2} are
  integers with the same value.  Also, since symbol names are normally
***************
*** 1829,1835 ****
  @code{eq}.  For other types (e.g., lists, vectors, strings), two
  arguments with the same contents or elements are not necessarily
  @code{eq} to each other: they are @code{eq} only if they are the same
! object.
  
  @example
  @group
--- 1828,1835 ----
  @code{eq}.  For other types (e.g., lists, vectors, strings), two
  arguments with the same contents or elements are not necessarily
  @code{eq} to each other: they are @code{eq} only if they are the same
! object, meaning that a change in the contents of one will be reflected
! by the same change in the contents of the other.
  
  @example
  @group




reply via email to

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