[armedbear-cvs] r14285 - branches/1.1.x/doc/manual

mevenson at common-lisp.net mevenson at common-lisp.net
Mon Dec 3 14:13:19 UTC 2012


Author: mevenson
Date: Mon Dec  3 06:13:18 2012
New Revision: 14285

Log:
manual:  actually demarcate appendices.

Modified:
   branches/1.1.x/doc/manual/abcl.tex

Modified: branches/1.1.x/doc/manual/abcl.tex
==============================================================================
--- branches/1.1.x/doc/manual/abcl.tex	Sun Dec  2 21:32:35 2012	(r14284)
+++ branches/1.1.x/doc/manual/abcl.tex	Mon Dec  3 06:13:18 2012	(r14285)
@@ -25,8 +25,9 @@
 \chapter{Introduction}
 
 Armed Bear Common Lisp (ABCL) is an implementation of Common Lisp that
-runs on the Java Virtual Machine.  It compiles to Java bytecode and
-integrates with Java code and libraries in a seamless way:
+runs on the Java Virtual Machine.  It compiles Common Lisp to Java 5
+bytecode, providing the following integration methods for interfacing
+with Java code and librariess:
 \begin{itemize}
 \item Lisp code can create Java objects and call their methods (see
   Section~\ref{sec:lisp-java}, page~\pageref{sec:lisp-java}).
@@ -1262,12 +1263,17 @@
 In December 2012, we we revised the implementation with
 the release of abcl-1.1.0 by adding (A)MOP.
 
-\chapter{Appendix SYSTEM}
+\appendix 
+\chapter{The SYSTEM Dictionary}
+
+The public interfaces in this package are subject to change with
+ABCL 1.2.
 
 \include{system}
 
-\chapter{Appendix JSS}
+\chapter{The JSS Dictionary}
 
+These public interfaces are provided by the JSS contrib.
 \include{jss}
 
 




More information about the armedbear-cvs mailing list