mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
; Change some instances of cl to cl-lib in docs
* doc/misc/cl.texi (Overview): * doc/misc/eieio.texi (CLOS compatibility, Wish List): Change 'cl' to 'cl-lib' where appropriate.
This commit is contained in:
parent
b681d62436
commit
a30b9b640b
2 changed files with 3 additions and 3 deletions
|
|
@ -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
|
they write have grown more ambitious, it has become clear that Emacs
|
||||||
Lisp could benefit from many of the conveniences of Common Lisp.
|
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
|
control structures to Emacs Lisp. While not a 100% complete
|
||||||
implementation of Common Lisp, it adds enough functionality
|
implementation of Common Lisp, it adds enough functionality
|
||||||
to make Emacs Lisp programming significantly more convenient.
|
to make Emacs Lisp programming significantly more convenient.
|
||||||
|
|
|
||||||
|
|
@ -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.
|
instead pre-builds a method that gets the slot's value.
|
||||||
|
|
||||||
@item :type
|
@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}.
|
package. @xref{Type Predicates,,,cl,Common Lisp Extensions}.
|
||||||
It therefore has the same issues as that package. Extensions include
|
It therefore has the same issues as that package. Extensions include
|
||||||
the ability to provide object names.
|
the ability to provide object names.
|
||||||
|
|
@ -1702,7 +1702,7 @@ Some important compatibility features that would be good to add are:
|
||||||
@item
|
@item
|
||||||
Support for metaclasses.
|
Support for metaclasses.
|
||||||
@item
|
@item
|
||||||
Improve integration with the @file{cl} package.
|
Improve integration with the @file{cl-lib} package.
|
||||||
@end enumerate
|
@end enumerate
|
||||||
|
|
||||||
There are also improvements to be made to allow @eieio{} to operate
|
There are also improvements to be made to allow @eieio{} to operate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue