emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/objects.texi,v
Date: Fri, 26 Oct 2007 09:49:46 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/10/26 09:49:46

Index: objects.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/doc/lispref/objects.texi,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- objects.texi        6 Sep 2007 04:27:40 -0000       1.2
+++ objects.texi        26 Oct 2007 09:49:45 -0000      1.3
@@ -1871,7 +1871,7 @@
 @cindex equality
 
   Here we describe two functions that test for equality between any two
-objects.  Other functions test equality between objects of specific
+objects.  Other functions test equality of contents between objects of specific
 types, e.g., strings.  For these predicates, see the appropriate chapter
 describing the data type.
 
@@ -1905,6 +1905,13 @@
 @end group
 
 @group
+(eq "" "")
+     @result{} t
+;; @r{This exception occurs because Emacs Lisp}
+;; @r{makes just one multibyte empty string, to save space.}
address@hidden group
+
address@hidden
 (eq '(1 (2 (3))) '(1 (2 (3))))
      @result{} nil
 @end group




reply via email to

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