[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r110615: Refer to cl-lib rather than
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r110615: Refer to cl-lib rather than cl in lispref |
Date: |
Sun, 21 Oct 2012 19:22:27 -0700 |
User-agent: |
Bazaar (2.5.0) |
------------------------------------------------------------
revno: 110615
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-10-21 19:22:27 -0700
message:
Refer to cl-lib rather than cl in lispref
* intro.texi (Lisp History):
* lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
modified:
doc/lispref/ChangeLog
doc/lispref/intro.texi
doc/lispref/lists.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog 2012-10-22 02:18:58 +0000
+++ b/doc/lispref/ChangeLog 2012-10-22 02:22:27 +0000
@@ -1,5 +1,7 @@
2012-10-22 Glenn Morris <address@hidden>
+ * intro.texi (Lisp History):
+ * lists.texi (Sets And Lists): Refer to cl-lib rather than cl.
* tips.texi (Coding Conventions): Recommend cl-lib over cl.
2012-10-15 Chong Yidong <address@hidden>
=== modified file 'doc/lispref/intro.texi'
--- a/doc/lispref/intro.texi 2012-07-25 05:48:19 +0000
+++ b/doc/lispref/intro.texi 2012-10-22 02:22:27 +0000
@@ -119,7 +119,7 @@
@pindex cl
A certain amount of Common Lisp emulation is available via the
address@hidden library. @xref{Top,, Overview, cl, Common Lisp Extensions}.
address@hidden library. @xref{Top,, Overview, cl, Common Lisp Extensions}.
Emacs Lisp is not at all influenced by Scheme; but the GNU project has
an implementation of Scheme, called Guile. We use it in all new GNU
=== modified file 'doc/lispref/lists.texi'
--- a/doc/lispref/lists.texi 2012-09-09 07:50:45 +0000
+++ b/doc/lispref/lists.texi 2012-10-22 02:22:27 +0000
@@ -1266,7 +1266,7 @@
@quotation
@b{Common Lisp note:} Common Lisp has functions @code{union} (which
avoids duplicate elements) and @code{intersection} for set operations.
-Although standard GNU Emacs Lisp does not have them, the @file{cl}
+Although standard GNU Emacs Lisp does not have them, the @file{cl-lib}
library provides versions. @xref{Top,, Overview, cl, Common Lisp Extensions}.
@end quotation
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r110615: Refer to cl-lib rather than cl in lispref,
Glenn Morris <=