]> git.eshelyaron.com Git - emacs.git/commitdiff
; Change some instances of cl to cl-lib in docs
authorStefan Kangas <stefankangas@gmail.com>
Thu, 20 Mar 2025 01:05:55 +0000 (02:05 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sun, 23 Mar 2025 18:10:07 +0000 (19:10 +0100)
* doc/misc/cl.texi (Overview):
* doc/misc/eieio.texi (CLOS compatibility, Wish List): Change 'cl' to
'cl-lib' where appropriate.

(cherry picked from commit a30b9b640b46c23f0a6db7b8fbe329d93e035db6)

doc/misc/cl.texi
doc/misc/eieio.texi

index 12a6c45b78c833c12ba304c47c3de57083ec5f83..9a69168a45237e111c0fc46df68f97b9bcd8d182 100644 (file)
@@ -97,7 +97,7 @@ As Emacs Lisp programmers have grown in number, and the applications
 they write have grown more ambitious, it has become clear that Emacs
 Lisp could benefit from many of the conveniences of Common Lisp.
 
-The @dfn{CL} package adds a number of Common Lisp functions and
+The @dfn{CL-Lib} package adds a number of Common Lisp functions and
 control structures to Emacs Lisp.  While not a 100% complete
 implementation of Common Lisp, it adds enough functionality
 to make Emacs Lisp programming significantly more convenient.
index 9182af41333d69004836eb877f23d9c1fac7bbf4..392255350896c761b4ca82bc6b6d604fa2a259c6 100644 (file)
@@ -1653,7 +1653,7 @@ This should create an unqualified method to access a slot, but
 instead pre-builds a method that gets the slot's value.
 
 @item :type
-Specifier uses the @code{typep} function from the @file{cl}
+Specifier uses the @code{cl-typep} function from the @file{cl-lib}
 package.  @xref{Type Predicates,,,cl,Common Lisp Extensions}.
 It therefore has the same issues as that package.  Extensions include
 the ability to provide object names.
@@ -1702,7 +1702,7 @@ Some important compatibility features that would be good to add are:
 @item
 Support for metaclasses.
 @item
-Improve integration with the @file{cl} package.
+Improve integration with the @file{cl-lib} package.
 @end enumerate
 
 There are also improvements to be made to allow @eieio{} to operate