emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 921dd0d: * doc/lispref/objects.texi (Equality Pre


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 921dd0d: * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.
Date: Wed, 25 Mar 2015 05:42:50 +0000

branch: emacs-24
commit 921dd0de45b955577f39de5f7aab923dab1ff063
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * doc/lispref/objects.texi (Equality Predicates): Fix typo in example.
---
 doc/lispref/ChangeLog    |    4 ++++
 doc/lispref/objects.texi |    4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index a0a2b2b..b11d0a0 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2015-03-25  Glenn Morris  <address@hidden>
+
+       * objects.texi (Equality Predicates): Fix typo in example.
+
 2015-03-23  Eli Zaretskii  <address@hidden>
 
        * commands.texi (Event Input Misc): Fix incorrect usage of @code.
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index 739477b..b9d2bbe 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -2111,12 +2111,12 @@ that for two strings to be equal, they have the same 
text properties.
 
 @example
 @group
-(equal "asdf" (propertize "asdf" '(asdf t)))
+(equal "asdf" (propertize "asdf" 'asdf t))
      @result{} t
 @end group
 @group
 (equal-including-properties "asdf"
-                            (propertize "asdf" '(asdf t)))
+                            (propertize "asdf" 'asdf t))
      @result{} nil
 @end group
 @end example



reply via email to

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