From 4ee8774065666426cda990f91fdec8fe343bdf30 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Sun, 21 Oct 2012 19:22:27 -0700 Subject: [PATCH] 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. --- doc/lispref/ChangeLog | 2 ++ doc/lispref/intro.texi | 2 +- doc/lispref/lists.texi | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 2.39.2