aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLars Ingebrigtsen2016-04-29 15:26:25 +0200
committerLars Ingebrigtsen2016-04-29 15:26:25 +0200
commitfb685bc91a72508c97ce7e30f970d4157677f371 (patch)
tree4d93bacb25f4ecdf8d7294dfd28261a8ad816ff3 /doc
parent06690371263c2a6d573ba82b4de5e07761550027 (diff)
downloademacs-fb685bc91a72508c97ce7e30f970d4157677f371.tar.gz
emacs-fb685bc91a72508c97ce7e30f970d4157677f371.zip
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).
Diffstat (limited to 'doc')
-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.
4501@appendix Common Lisp Compatibility 4501@appendix Common Lisp Compatibility
4502 4502
4503@noindent 4503@noindent
4504The following is a list of all known incompatibilities between this 4504The following is a list of some of the most important
4505package and Common Lisp as documented in Steele (2nd edition). 4505incompatibilities between this package and Common Lisp as documented
4506in Steele (2nd edition).
4506 4507
4507The word @code{cl-defun} is required instead of @code{defun} in order 4508The word @code{cl-defun} is required instead of @code{defun} in order
4508to use extended Common Lisp argument lists in a function. Likewise, 4509to use extended Common Lisp argument lists in a function. Likewise,