From: Glenn Morris Date: Mon, 22 Oct 2012 02:22:27 +0000 (-0700) Subject: Refer to cl-lib rather than cl in lispref X-Git-Tag: emacs-24.2.90~211^2~15 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4ee8774065666426cda990f91fdec8fe343bdf30;p=emacs.git 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. --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b99eca41644..4f8c8fdafc2 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,5 +1,7 @@ 2012-10-22 Glenn Morris + * 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 diff --git a/doc/lispref/intro.texi b/doc/lispref/intro.texi index ce103a84a74..e61e13662db 100644 --- a/doc/lispref/intro.texi +++ b/doc/lispref/intro.texi @@ -119,7 +119,7 @@ worry about it; this manual is self-contained. @pindex cl A certain amount of Common Lisp emulation is available via the -@file{cl} library. @xref{Top,, Overview, cl, Common Lisp Extensions}. +@file{cl-lib} 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 diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi index d685ce0aa74..4a8740a5734 100644 --- a/doc/lispref/lists.texi +++ b/doc/lispref/lists.texi @@ -1266,7 +1266,7 @@ functions for sets include @code{memq} and @code{delq}, and their @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