emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 396747d 08/64: Don't have the manual claim that i


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] emacs-25 396747d 08/64: Don't have the manual claim that it lists all CL incompatibilities
Date: Sun, 01 May 2016 18:18:39 +0000

branch: emacs-25
commit 396747d0ba6cee400b10850886c8d04b5718e20e
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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)
---
 doc/misc/cl.texi |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/misc/cl.texi b/doc/misc/cl.texi
index 572124d..4137a95 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]