summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2016-04-29 15:26:25 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2016-04-29 15:26:25 +0200
commitfb685bc91a72508c97ce7e30f970d4157677f371 (patch)
tree4d93bacb25f4ecdf8d7294dfd28261a8ad816ff3
parent06690371263c2a6d573ba82b4de5e07761550027 (diff)
downloademacs-fb685bc91a72508c97ce7e30f970d4157677f371.tar.gz
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).
-rw-r--r--doc/misc/cl.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 572124d452d..4137a95b3b2 100644
--- a/doc/misc/cl.texi
+++ b/doc/misc/cl.texi
@@ -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,