[armedbear-cvs] r13622 - trunk/abcl/doc/manual

mevenson at common-lisp.net mevenson at common-lisp.net
Mon Oct 3 09:47:33 UTC 2011


Author: mevenson
Date: Mon Oct  3 02:47:32 2011
New Revision: 13622

Log:
Documentation process for loading the SEQUENCE package.

It would be nice to allow a simple (require 'sequence) invocation work
instead of (require 'extensible-sequences).  Maybe in the Great Renaming.

Modified:
   trunk/abcl/doc/manual/abcl.tex

Modified: trunk/abcl/doc/manual/abcl.tex
==============================================================================
--- trunk/abcl/doc/manual/abcl.tex	Sun Oct  2 23:33:12 2011	(r13621)
+++ trunk/abcl/doc/manual/abcl.tex	Mon Oct  3 02:47:32 2011	(r13622)
@@ -414,6 +414,12 @@
 abstractions on the standard Java collection classes as defined by the
 \code{java.util.List} contract.
 
+This extension is not automatically loaded by the implementation.   It
+may be loaded via:
+
+\begin{listing-lisp}
+CL-USER> (require 'extensible-sequences)
+\end{listing-lisp}
 
 \section{Extensions to CLOS}
 




More information about the armedbear-cvs mailing list