[armedbear-cvs] r13848 - trunk/abcl/contrib

mevenson at common-lisp.net mevenson at common-lisp.net
Sat Feb 4 06:56:02 UTC 2012


Author: mevenson
Date: Fri Feb  3 22:56:01 2012
New Revision: 13848

Log:
abcl-contrib: Corrections to README.

Modified:
   trunk/abcl/contrib/README.markdown

Modified: trunk/abcl/contrib/README.markdown
==============================================================================
--- trunk/abcl/contrib/README.markdown	Fri Feb  3 06:08:20 2012	(r13847)
+++ trunk/abcl/contrib/README.markdown	Fri Feb  3 22:56:01 2012	(r13848)
@@ -1,7 +1,7 @@
 ABCL-CONTRIB
 ============
 
-The contributions to Armed Bear consitute Common Lisp only code that is
+The contributions to Armed Bear constitute Common Lisp only code that is
 potentially useful for system construction and distribution.
 
 
@@ -9,28 +9,31 @@
 
     ABCL specific extensions to ASDF, including resolution of binary
     JVM artifacts cached from the network according to Maven metadata
-    with the derived transitory relationships.
+    with the derived transitive relationships.
     
 
 asdf-jar
 
-    Package ASDF system defintions into JVM artifacts for distribution
+    Package ASDF system definitions into JVM artifacts for distribution
     
 
 jss
     
-   High-order, more Lisp oriented interface to dealing with
-   constructing Lisp interfaces to existing binary code libraries
-   available for the JVM
+   A higher-order, more Lisp oriented interface for constructing Lisp
+   interfaces to existing binary code libraries available for the JVM
+   built on the primitives provided by the JAVA package.
    
+   
+Deprecated
+----------
 
 asdf-install
     
     Install ASDF system definitions from the network.  
     
-    Deprecated, use
+    Deprecated, use Quicklisp from the REPL via
     
-        CL-USER> (load "https://quicklisp.org/quicklisp.lisp")
+        CL-USER> (load "http://beta.quicklisp.org/quicklisp.lisp")
        
     instead.
 




More information about the armedbear-cvs mailing list