emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111224: * doc/misc/cl.texi (Equal


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111224: * doc/misc/cl.texi (Equality Predicates): Mention memql.
Date: Tue, 05 Feb 2013 20:36:44 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111224
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2013-02-05 20:36:44 -0800
message:
  * doc/misc/cl.texi (Equality Predicates): Mention memql.
modified:
  doc/misc/ChangeLog
  doc/misc/cl.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2013-02-03 20:04:46 +0000
+++ b/doc/misc/ChangeLog        2013-02-06 04:36:44 +0000
@@ -1,3 +1,7 @@
+2013-02-06  Glenn Morris  <address@hidden>
+
+       * cl.texi (Equality Predicates): Mention memql.
+
 2013-02-03  Eric Ludlam  <address@hidden>
 
        * doc/misc/ede.texi (Creating a project): Make ede-new doc less

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2013-02-03 19:40:00 +0000
+++ b/doc/misc/cl.texi  2013-02-06 04:36:44 +0000
@@ -819,8 +819,7 @@
 MacLisp tradition and uses @code{equal} for these two functions.
 The functions @code{cl-member} and @code{cl-assoc} use @code{eql},
 as in Common Lisp.  The standard Emacs Lisp functions @code{memq} and
address@hidden use @code{eq}, so you can use these if you do not care
-about the difference between @code{eq} and @code{eql}.
address@hidden use @code{eq}, and the standard @code{memql} uses @code{eql}.
 
 @node Control Structure
 @chapter Control Structure


reply via email to

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