Don't have the manual claim that it lists all CL incompatibilities

* doc/misc/cl.texi (Common Lisp Compatibility): The list of
incompatibilities isn't exhaustive, so don't say that it is
(bug#15171).

(cherry picked from commit fb685bc91a)
This commit is contained in:
Lars Ingebrigtsen 2016-04-29 15:26:25 +02:00
parent 3cbc1e3427
commit 396747d0ba

View file

@ -4501,8 +4501,9 @@ referenced by @code{cl-return} or @code{cl-return-from} inside the block.
@appendix Common Lisp Compatibility
@noindent
The following is a list of all known incompatibilities between this
package and Common Lisp as documented in Steele (2nd edition).
The following is a list of some of the most important
incompatibilities between this package and Common Lisp as documented
in Steele (2nd edition).
The word @code{cl-defun} is required instead of @code{defun} in order
to use extended Common Lisp argument lists in a function. Likewise,