diff options
| author | Lars Ingebrigtsen | 2016-04-29 15:26:25 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2016-05-01 19:27:08 +0200 |
| commit | 396747d0ba6cee400b10850886c8d04b5718e20e (patch) | |
| tree | 6db8fdd070c41dc60ace91492a0b8aeac430928f | |
| parent | 3cbc1e342791ce11b1fe2ce9e3d66f7431c656c2 (diff) | |
| download | emacs-396747d0ba6cee400b10850886c8d04b5718e20e.tar.gz emacs-396747d0ba6cee400b10850886c8d04b5718e20e.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).
(cherry picked from commit fb685bc91a72508c97ce7e30f970d4157677f371)
| -rw-r--r-- | doc/misc/cl.texi | 5 |
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 |
| 4504 | The following is a list of all known incompatibilities between this | 4504 | The following is a list of some of the most important |
| 4505 | package and Common Lisp as documented in Steele (2nd edition). | 4505 | incompatibilities between this package and Common Lisp as documented |
| 4506 | in Steele (2nd edition). | ||
| 4506 | 4507 | ||
| 4507 | The word @code{cl-defun} is required instead of @code{defun} in order | 4508 | The word @code{cl-defun} is required instead of @code{defun} in order |
| 4508 | to use extended Common Lisp argument lists in a function. Likewise, | 4509 | to use extended Common Lisp argument lists in a function. Likewise, |